hililiwei commented on PR #533:
URL: https://github.com/apache/iceberg-python/pull/533#issuecomment-2014591526
In the latest code commit, I tinkered with the class inheritance by
introducing a new base class, BaseIncrementalScan, which inherits from
TableScan. I also pushed the snapshot_id
hililiwei commented on code in PR #533:
URL: https://github.com/apache/iceberg-python/pull/533#discussion_r1530464016
##
pyiceberg/table/__init__.py:
##
@@ -1578,6 +1595,120 @@ def to_ray(self) -> ray.data.dataset.Dataset:
return ray.data.from_arrow(self.to_arrow())