smaheshwar-pltr commented on code in PR #2230:
URL: https://github.com/apache/iceberg-python/pull/2230#discussion_r2222479400


##########
pyiceberg/table/__init__.py:
##########
@@ -1688,29 +1786,6 @@ def projection(self) -> Schema:
 
         return current_schema.select(*self.selected_fields, 
case_sensitive=self.case_sensitive)
 
-    @abstractmethod

Review Comment:
   Pointing out that these removed methods have just been moved to 
`AbstractTableScan`, so they still exist on `TableScan` that subclasses it. The 
goal of this PR is reorganising while not introducing a breaking change.



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