pitrou commented on code in PR #13060:
URL: https://github.com/apache/arrow/pull/13060#discussion_r865926081
##########
python/pyarrow/_parquet.pyx:
##########
@@ -1421,13 +1421,6 @@ cdef class ParquetReader(_Weakrefable):
.ReadColumn(column_index, &out))
return pyarrow_wrap_chunked_array(out)
- def read_schema_field(self, int field_index):
Review Comment:
@jorisvandenbossche Do you think it's fine to remove this (undocumented)
method? The ParquetReader class doesn't seem to be documented as a public API...
--
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]