emkornfield commented on a change in pull request #11302: URL: https://github.com/apache/arrow/pull/11302#discussion_r721893527
########## File path: python/pyarrow/array.pxi ########## @@ -1508,6 +1508,30 @@ cdef class DurationArray(NumericArray): Concrete class for Arrow arrays of duration data type. """ +cdef class MonthDayNanoIntervalArray(Array): Review comment: done -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org