emkornfield commented on a change in pull request #11385:
URL: https://github.com/apache/arrow/pull/11385#discussion_r727666537
##########
File path: python/pyarrow/_parquet.pyx
##########
@@ -997,14 +1001,21 @@ cdef class ParquetReader(_Weakrefable):
cdef:
Review comment:
should we start using return annotations to indicate what these function
returns. I don't know if it breaks any library clients by changing this to
return a lit of tuple. Is this technically a private interface?
--
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]