CodingCat commented on a change in pull request #3663:
URL: https://github.com/apache/iceberg/pull/3663#discussion_r774772611
##########
File path: core/src/main/java/org/apache/iceberg/CatalogProperties.java
##########
@@ -36,6 +36,9 @@ private CatalogProperties() {
public static final String CLIENT_POOL_CACHE_EVICTION_INTERVAL_MS =
"client.pool.cache.eviction-interval-ms";
public static final long CLIENT_POOL_CACHE_EVICTION_INTERVAL_MS_DEFAULT =
TimeUnit.MINUTES.toMillis(5);
+ public static final String APP_ID = "app-id";
+ public static final String USER = "user";
Review comment:
hmmm...strange, seems unsynced from master branch
--
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]