jongyoul commented on code in PR #4463: URL: https://github.com/apache/zeppelin/pull/4463#discussion_r983477191
########## jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java: ########## @@ -550,9 +549,9 @@ public Connection getConnection(String dbPrefix, InterpreterContext context) LOGGER.debug("createSecureConfiguration() returned"); boolean isProxyEnabled = Boolean.parseBoolean( getProperty("zeppelin.jdbc.auth.kerberos.proxy.enable", "true")); - if (basePropertiesMap.get(dbPrefix).containsKey("proxy.user.property") + if (basePropertiesMap.get(DEFAULT_KEY).containsKey("proxy.user.property") Review Comment: BTW, can we change `basePropertiesMap` not to use DEFAULT_KEY as a key? -- 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: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org