Re: [PR] Core: Deprecate ContentCache.invalidateAll [iceberg]

2024-10-15 Thread via GitHub
findepi commented on code in PR #10494: URL: https://github.com/apache/iceberg/pull/10494#discussion_r1802050253 ## core/src/main/java/org/apache/iceberg/io/ContentCache.java: ## @@ -147,10 +147,23 @@ public InputFile tryCache(InputFile input) { return input; } + /**

Re: [PR] Core: Deprecate ContentCache.invalidateAll [iceberg]

2024-10-15 Thread via GitHub
nastra commented on code in PR #10494: URL: https://github.com/apache/iceberg/pull/10494#discussion_r1800595996 ## core/src/main/java/org/apache/iceberg/io/ContentCache.java: ## @@ -147,10 +147,23 @@ public InputFile tryCache(InputFile input) { return input; } + /** +

Re: [PR] Core: Deprecate ContentCache.invalidateAll [iceberg]

2024-10-14 Thread via GitHub
findepi merged PR #10494: URL: https://github.com/apache/iceberg/pull/10494 -- 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.a