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


##########
python/pyarrow/_dataset.pyx:
##########
@@ -3337,7 +3337,7 @@ cdef class Scanner(_Weakrefable):
         ----------
         dataset : Dataset
             Dataset to scan.
-        columns : list of str, default None
+        columns : list of str or dict, default None

Review Comment:
   It seems that this may be interpreted as `list of (str or dict)` not `(list 
of str) or (dict)`.
   Can we use clearer wording here?



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