You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/05 13:47:33 UTC

[GitHub] [arrow] pitrou commented on a diff in pull request #13060: ARROW-16243: [C++][Python] Remove Parquet ReadSchemaField method

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org