Commits


mwish authored and GitHub committed 95b7181307f
GH-44541: [C++] NumericArray<T> should not use ctor from parent directly (#44542) ### Rationale for this change See https://github.com/apache/arrow/issues/44541 ### What changes are included in this PR? `NumericArray<T>` not using child's ctor. ### Are these changes tested? Yes ### Are there any user-facing changes? Bugfix * GitHub Issue: #44541 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: mwish <maplewish117@gmail.com>