samredai commented on code in PR #5171:
URL: https://github.com/apache/iceberg/pull/5171#discussion_r912193170


##########
python/tests/io/test_io_base.py:
##########
@@ -64,9 +64,9 @@ def exists(self):
 
     def open(self) -> InputStream:
         input_file = open(self.parsed_location.path, "rb")
-        if not isinstance(input_file, InputStream):
-            raise TypeError("Object returned from LocalInputFile.open() does 
not match the OutputStream protocol.")
-        return input_file
+        # if not isinstance(input_file, InputStream):

Review Comment:
   Same here, these can be removed right?



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


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

Reply via email to