deniskuzZ commented on code in PR #5709: URL: https://github.com/apache/hive/pull/5709#discussion_r2018520871
########## standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/hive_metastoreConstants.java: ########## @@ -97,4 +97,10 @@ public static final java.lang.String EXPECTED_PARAMETER_VALUE = "expected_parameter_value"; + public static final java.lang.String HIVE_SQL_JDBC_USERNAME = "hive.sql.dbcp.username"; Review Comment: Why do we need to define separate var for every JDBC config? Can't we create a list with connection properties we'd like to exclude and pass it to a filter? -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org