Guanhua Li
Guanhua Li
## Purpose of the pull request Currently if LDAP Config value is not set, DS would get String "null" as default value instead of real null currently. #11324 This PR...
### What is this PR for? 1. Upgrade junit 4 to 5, then we can write junit 5 tests and migrate junit 4 tests to 5. 2. Run the existing...
### What is this PR for? Give an example to use Apache Kyuubi in JDBC interpreter. ### What type of PR is it? Documentation *Please leave your type of PR...
### What is this PR for? This PR is to improve a some step in Frontend CI jobs. There are two command in this step in file `frontend.yml` as follow:...
### 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 jdbc interpreter...
This PR is to add ping method in python Client to check connection with remote application. Currently the `ping` method is not provided in python client. I think it is...