moomindani commented on code in PR #14440:
URL: https://github.com/apache/iceberg/pull/14440#discussion_r3378208913
##########
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:
I am not a maintainer. I am open for separate PRs. I just wanted to make
sure that Spark/Flink will be taken care, but I do not have strong preference
in one PR or multiple PRs.
--
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]