pitrou commented on a change in pull request #7674:
URL: https://github.com/apache/arrow/pull/7674#discussion_r451506612



##########
File path: python/pyarrow/_dataset.pyx
##########
@@ -936,7 +936,7 @@ cdef class ParquetFileFragment(FileFragment):
 
         Parameters
         ----------
-        predicate : Expression, default None
+        filter : Expression, default None
             Exclude RowGroups whose statistics contradicts the predicate.

Review comment:
       Update this sentence? Perhaps "Only include those row groups which 
satisfy this predicate"

##########
File path: python/pyarrow/_dataset.pyx
##########
@@ -936,7 +936,7 @@ cdef class ParquetFileFragment(FileFragment):
 
         Parameters
         ----------
-        predicate : Expression, default None
+        filter : Expression, default None
             Exclude RowGroups whose statistics contradicts the predicate.

Review comment:
       Update this sentence? Perhaps "Only include the row groups which satisfy 
this predicate"




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to