sanjibansg commented on a change in pull request #12560:
URL: https://github.com/apache/arrow/pull/12560#discussion_r836254129



##########
File path: python/pyarrow/_dataset.pyx
##########
@@ -239,15 +239,17 @@ cdef class Dataset(_Weakrefable):
         ----------
         columns : list of str, default None
             The columns to project. This can be a list of column names to
-            include (order and duplicates will be preserved), or a dictionary
+            include (order and duplicates will be preserved) which may contain 
the
+            augmented fields such as `batch_index`, `fragment_index`, 
+            `last_in_fragment` and `filename`, or a dictionary

Review comment:
       Made the change, does this sound right now?




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