pitrou commented on a change in pull request #12698: URL: https://github.com/apache/arrow/pull/12698#discussion_r837719810
########## File path: python/pyarrow/_dataset.pyx ########## @@ -816,48 +843,25 @@ cdef class Fragment(_Weakrefable): Schema to use for scanning. This is used to unify a Fragment to it's Dataset's schema. If not specified this will use the Fragment's physical schema which might differ for each Fragment. - columns : list of str, default None Review comment: Ok, I opened https://issues.apache.org/jira/browse/ARROW-16063 -- 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