smaheshwar-pltr commented on code in PR #2031: URL: https://github.com/apache/iceberg-python/pull/2031#discussion_r2102631306
########## pyiceberg/table/__init__.py: ########## @@ -1092,6 +1096,61 @@ def scan( limit=limit, ) + # TODO: Consider more concise name + def incremental_append_scan( Review Comment: Thoughts on this method's name? It's a bit verbose, but can't think of a better alternative -- 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