rdblue commented on code in PR #14440:
URL: https://github.com/apache/iceberg/pull/14440#discussion_r3364806804
##########
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalog.java:
##########
@@ -109,7 +109,8 @@ public FlinkCatalog(
CatalogLoader catalogLoader,
Map<String, String> catalogProps,
boolean cacheEnabled,
- long cacheExpirationIntervalMs) {
+ long cacheExpirationIntervalMs,
+ long cacheExpireAfterWriteIntervalMs) {
Review Comment:
Let's remove Spark and Flink updates and do them in separate PRs. The
reviewers are different groups of people and I think we want to focus on a
smaller set of changes rather than touching 14 files at once.
--
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]