JingsongLi commented on code in PR #5944:
URL: https://github.com/apache/paimon/pull/5944#discussion_r2230789780


##########
paimon-core/src/main/java/org/apache/paimon/table/ExpireChangelogImpl.java:
##########
@@ -79,6 +87,12 @@ public ExpireSnapshots config(ExpireConfig expireConfig) {
 
     @Override
     public int expire() {
+        TableSchema latestTableSchema = this.schemaManager.latest().get();

Review Comment:
   This will bring additional IO access. Can you introduce a new option to 
describe whether a refresh is needed?



-- 
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...@paimon.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to