ajantha-bhat commented on PR #8996: URL: https://github.com/apache/iceberg/pull/8996#issuecomment-1801121344
> @leewjae do you have a specific use case for using this? Most of the time StaticTableOperations will be used in cases where only the location is serialized and available and not the full TableMetadata, such as in SerializableTable. The only other place where this could be used is potentially BaseSparkAction. We are using `StaticTableOperations` to build a read only table from the cache (which has table metadata cached). Hence, we don't want to do an extra IO again. -- 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