jorisvandenbossche commented on code in PR #13060:
URL: https://github.com/apache/arrow/pull/13060#discussion_r877029737


##########
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:
   Sorry, missed this ping. Yes, I think it is fine to just remove this. The 
ParquetReader is indeed not meant as public API, although it is unfortunate (I 
see now ..) that we actually import this in the pyarrow.parquet namespace, 
instead of calling it as `_parquet.ParquetReader` (that probably something else 
we could fix). As a user you should use `ParquetFile`, the `ParquetReader` is 
quite inconvenient to construct.



-- 
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]

Reply via email to