You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[KYUUBI #3484] Implement isSigned method of ResultSetMetaData for Kyuubi JDBC driver
### _Why are the changes needed?_
Implement isSigned method of ResultSetMetaData for KyuubiHiveDriver.
isSigned is required in getSchema of Spark JDBC source. Without Implementing it, blue part is workaround for HiveDriver , but for KyuubiHiveDriver it will fail.
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
Closes#3485 from bowenliang123/3484-jdbcdriver-issigned.
Closes#3484313d9f5 [Bowen Liang] implment isSigned method in KyuubiResultSetMetaData
Authored-by: Bowen Liang <liangbowen@gf.com.cn>
Signed-off-by: Cheng Pan <chengpan@apache.org>
(cherry picked from commit 5d98366)
Signed-off-by: Cheng Pan <chengpan@apache.org>
0 commit comments