rymurr commented on a change in pull request #2266:
URL: https://github.com/apache/iceberg/pull/2266#discussion_r592523244



##########
File path: python/iceberg/core/base_snapshot.py
##########
@@ -127,7 +126,7 @@ def __repr__(self):
     def __str__(self):
         return self.__repr__()
 
-    def get_filtered_manifest(self, path, part_filter, row_filter, columns):
-        reader = ManifestReader.read(self.ops.new_input_file(path))
+    def get_filtered_manifest(self, path, part_filter=None, row_filter=None, 
columns=None):

Review comment:
       Doh! Misread the diff. I like your way. 




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to