corleyma commented on code in PR #1427:
URL: https://github.com/apache/iceberg-python/pull/1427#discussion_r1884523394


##########
pyiceberg/table/__init__.py:
##########
@@ -1229,7 +1240,8 @@ def with_case_sensitive(self: S, case_sensitive: bool = 
True) -> S:
 
 
 class ScanTask(ABC):
-    pass
+    def size_in_bytes(self) -> int:

Review Comment:
   would it be better to mark this method as abstract?



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