lvyanquan commented on code in PR #6111: URL: https://github.com/apache/iceberg/pull/6111#discussion_r1013585878
########## flink/v1.14/flink/src/test/java/org/apache/iceberg/flink/TestFlinkCatalogTablePartitions.java: ########## @@ -18,14 +18,13 @@ */ package org.apache.iceberg.flink; -import static org.apache.iceberg.flink.FlinkCatalogFactory.CACHE_ENABLED; Review Comment: Because CACHE_ENABLED of FlinkCatalogFactory was removed, and this line used string from org.apache.iceberg.CatalogProperties. ``` config.put(CatalogProperties.CACHE_ENABLED, String.valueOf(cacheEnabled)); ``` -- 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]
