gaborkaszab commented on code in PR #14392:
URL: https://github.com/apache/iceberg/pull/14392#discussion_r2606617471


##########
core/src/main/java/org/apache/iceberg/io/ContentCache.java:
##########
@@ -140,7 +140,7 @@ public void invalidate(String key) {
   }
 
   /**
-   * @deprecated since 1.7.0, will be removed in 2.0.0; This method does only 
best-effort
+   * @deprecated since 1.7.0, will be removed in 1.12.0; This method does only 
best-effort

Review Comment:
   @findepi Do you know any alternative way to invalidate all entries in the 
cache?
   
   @pvary we discussed that we may want to leave the targeted removal for 
2.0.0. However, this is a functionality we'd like the users to come off (due to 
the race condition) I think we should remove asap, so 1.12.0 still makes sense 
to me. WDYT?



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