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


##########
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:
   sure, marked 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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to