mingnuj opened a new issue, #9942:
URL: https://github.com/apache/iceberg/issues/9942

   ### Feature Request / Improvement
   
   When using the Iceberg Rest-API Catalog, in order to detect changes in the 
table, it is necessary to retrieve all table metadata using loadTable and then 
check the current-snapshot-id. If the table doesn't change frequently, it 
results in fetching unnecessary data repeatedly. 
   
   How about implement a feature solely for confirming that the previous table 
remains unchanged?
   For example, create a operation that takes table name and 
current-snapshot-id, compares them, and returns true or false accordingly.
   
   
   ### Query engine
   
   None


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