ajantha-bhat commented on code in PR #6712: URL: https://github.com/apache/iceberg/pull/6712#discussion_r1094018996
########## nessie/src/main/java/org/apache/iceberg/nessie/NessieUtil.java: ########## @@ -37,6 +37,8 @@ public final class NessieUtil { public static final String NESSIE_CONFIG_PREFIX = "nessie."; static final String APPLICATION_TYPE = "application-type"; + public static final String CLIENT_API_VERSION = "client-api-version"; Review Comment: `nessie.client-builder-impl` is also a client's configuration. But we declare that constant variable in Nessie repo and use it here. So, I thought we can have it similarly. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org