wgtmac commented on code in PR #44542:
URL: https://github.com/apache/arrow/pull/44542#discussion_r1818939740
##########
cpp/src/arrow/array/array_primitive.h:
##########
@@ -119,8 +129,6 @@ class NumericArray : public PrimitiveArray {
IteratorType end() const { return IteratorType(*this, length()); }
protected:
- using PrimitiveArray::PrimitiveArray;
Review Comment:
Do we need to add `NumericArray()` if this line is deleted?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]