### _Why are the changes needed?_ according to `io.trino.jdbc.ColumnInfo`, there are some type requring signature parameter. - varchar(n) - char(n) - decimal(precision, scale) It failed with trino jdbc now <img width="613" alt="image" src="https://user-images.githubusercontent.com/12025282/218707052-a2e9dc91-0333-483c-bc0a-96baec213578.png"> ### _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.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4328 from ulysses-you/fix-signature. Closes #4328 aede5cec [ulysses-you] nit ae1a7968 [ulysses-you] fix test 8ecdb346 [ulysses-you] Make Trino jdbc driver work Authored-by: ulysses-you <ulyssesyou18@gmail.com> Signed-off-by: ulyssesyou <ulyssesyou@apache.org> |
||
|---|---|---|
| .. | ||
| kyuubi-flink-it | ||
| kyuubi-hive-it | ||
| kyuubi-jdbc-it | ||
| kyuubi-kubernetes-it | ||
| kyuubi-trino-it | ||
| kyuubi-zookeeper-it | ||
| pom.xml | ||