Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #2720] Fix KyuubiDatabaseMetaData#supportsCatalogs*
### _Why are the changes needed?_ `KyuubiDatabaseMetaData#supportsCatalogs*` should return `true` as Kyuubi support concept `catalog`, otherwise, some GUI tools like DBeaver does not work as exptected.  ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [x] Add screenshots for manual tests if appropriate  - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2720 from pan3793/jdbc-catalog. Closes #2720 71217ca [Cheng Pan] ut 012393f [Cheng Pan] ut e600458 [Cheng Pan] revert 0cfbc25 [Cheng Pan] Fix KyuubiDatabaseMetaData#supportsCatalogs* Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org> (cherry picked from commit 9578475) Signed-off-by: Cheng Pan <chengpan@apache.org>
- Loading branch information