rdblue commented on code in PR #4518:
URL: https://github.com/apache/iceberg/pull/4518#discussion_r852446561
##########
core/src/main/java/org/apache/iceberg/hadoop/ConfigProperties.java:
##########
@@ -26,4 +26,8 @@ private ConfigProperties() {
public static final String ENGINE_HIVE_ENABLED =
"iceberg.engine.hive.enabled";
public static final String KEEP_HIVE_STATS = "iceberg.hive.keep.stats";
+ public static final String CACHE_MAX_CONTENT_LENGTH =
"iceberg.cache.max-content-length";
Review Comment:
This should not be configured through Hadoop. Instead, it should be
configured with catalog properties.
--
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]