Fokko commented on code in PR #36842:
URL: https://github.com/apache/arrow/pull/36842#discussion_r1276123455


##########
python/pyarrow/_dataset.pyx:
##########
@@ -3502,7 +3502,7 @@ cdef class Scanner(_Weakrefable):
             The iterator of Batches.
         schema : Schema
             The schema of the batches.
-        columns : list of str, default None
+        columns : list of str or dict, default None

Review Comment:
   ```suggestion
           columns : list[str] or dict[str, Expression], default None
   ```



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