9prady9 commented on a change in pull request #11694:
URL: https://github.com/apache/arrow/pull/11694#discussion_r754339358
##########
File path: cpp/src/arrow/array/array_primitive.h
##########
@@ -141,6 +147,8 @@ class ARROW_EXPORT DayTimeIntervalArray : public
PrimitiveArray {
// For compatibility with Take kernel.
TypeClass::DayMilliseconds GetView(int64_t i) const { return GetValue(i); }
+ TypeClass::DayMilliseconds operator[](int64_t i) const { return Value(i); }
Review comment:
Okay 👍🏾
--
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]