gaborkaszab commented on code in PR #14440:
URL: https://github.com/apache/iceberg/pull/14440#discussion_r2577259029
##########
flink/v1.20/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalog.java:
##########
@@ -108,7 +109,9 @@ public FlinkCatalog(
CatalogLoader catalogLoader,
Map<String, String> catalogProps,
boolean cacheEnabled,
- long cacheExpirationIntervalMs) {
+ long cacheExpirationIntervalMs,
+ boolean cacheCaseSensitive,
Review Comment:
Adding cacheCaseSensitive param seems like an unrelated improvement to me.
Would you mind moving it to a separate PR?
--
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]