[jira] [Created] (ZEPPELIN-5816) [MINOR] [JDBC] JDBCInterpreterTest.testMultiTenant_* improvement

2022-09-09 Thread Guanhua LI (Jira)
Guanhua LI created ZEPPELIN-5816: Summary: [MINOR] [JDBC] JDBCInterpreterTest.testMultiTenant_* improvement Key: ZEPPELIN-5816 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5816 Project: Zeppel

[GitHub] [zeppelin] huage1994 opened a new pull request, #4462: [MINOR] [JDBC] JDBCInterpreterTest.testMultiTenant_* improvement

2022-09-09 Thread GitBox
huage1994 opened a new pull request, #4462: URL: https://github.com/apache/zeppelin/pull/4462 ### What is this PR for? Now In test cases `JDBCInterpreterTest.testMultiTenant_1` and `JDBCInterpreterTest.testMultiTenant_1`, the jdbc interpreter would try to connect h2 databases with 3 non-

[GitHub] [zeppelin] huage1994 opened a new pull request, #4463: Remove prefix in jdbc interpreter

2022-09-09 Thread GitBox
huage1994 opened a new pull request, #4463: URL: https://github.com/apache/zeppelin/pull/4463 ### What is this PR for? Currently, zeppelin allow user to run multiple kinds of sql in one interpreter, e.g. ``` %jdbc(db=mysql) %jdbc(db=hive){code} ```   But this would make

[GitHub] [zeppelin] jongyoul commented on a diff in pull request #4463: Remove prefix in jdbc interpreter

2022-09-09 Thread GitBox
jongyoul commented on code in PR #4463: URL: https://github.com/apache/zeppelin/pull/4463#discussion_r966977403 ## jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java: ## @@ -31,49 +26,33 @@ import org.apache.hadoop.security.UserGroupInformation; import org.apache