[GitHub] [zeppelin] Reamer commented on a diff in pull request #4498: [ZEPPELIN-5815] Frontend CI jobs improvement

2022-10-28 Thread GitBox
Reamer commented on code in PR #4498: URL: https://github.com/apache/zeppelin/pull/4498#discussion_r1007741613 ## zeppelin-integration/pom.xml: ## @@ -94,21 +110,55 @@ test - + - org.apache.commons - commons-lang3 + org.apache.zeppel

[GitHub] [zeppelin] zjffdu merged pull request #4463: [ZEPPELIN-5493] Remove prefix in jdbc interpreter

2022-10-28 Thread GitBox
zjffdu merged PR #4463: URL: https://github.com/apache/zeppelin/pull/4463 -- 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.apach

[GitHub] [zeppelin] sveryovka commented on pull request #4497: [ZEPPELIN-5207] Build with JDK 11 in CI

2022-10-28 Thread GitBox
sveryovka commented on PR #4497: URL: https://github.com/apache/zeppelin/pull/4497#issuecomment-1294714056 Hello, I was trying to update zeppelin to jdk 11 but unfortunately have not finished the task completely yet. However, I can help at least with some small things. Current

[GitHub] [zeppelin] jongyoul commented on pull request #4497: [ZEPPELIN-5207] Build with JDK 11 in CI

2022-10-28 Thread GitBox
jongyoul commented on PR #4497: URL: https://github.com/apache/zeppelin/pull/4497#issuecomment-1294759463 > In my opinion this pretty much overloads the CI system, we should go for one JDK version for most of the testing. The default-build job could be done with "all" JDKs. How do you guys

[jira] [Created] (ZEPPELIN-5840) JDBC Interpreter Refactor

2022-10-28 Thread Guanhua LI (Jira)
Guanhua LI created ZEPPELIN-5840: Summary: JDBC Interpreter Refactor Key: ZEPPELIN-5840 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5840 Project: Zeppelin Issue Type: Improvement

[GitHub] [zeppelin] Reamer commented on pull request #4497: [ZEPPELIN-5207] Build with JDK 11 in CI

2022-10-28 Thread GitBox
Reamer commented on PR #4497: URL: https://github.com/apache/zeppelin/pull/4497#issuecomment-1295050167 @sveryovka Thank you for working with me on this change. I have included your commit. If you have any other useful commits, let me know. -- This is an automated message from the Apa