rdblue commented on a change in pull request #3663:
URL: https://github.com/apache/iceberg/pull/3663#discussion_r774771672



##########
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:
       Can you revert the changes to this file, please? This doesn't look like 
a necessary change.




-- 
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]

Reply via email to