Cheng Pan
Cheng Pan
### What changes were proposed in this pull request? Add new feature, make distribution and ordering support V2 function in writing. Currently, the rule `V2Writes` support converting `ApplyTransform` to `TransformExpression`...
### What changes were proposed in this pull request? Remove unnecessary guava exclusion from jackson-module-scala ### Why are the changes needed? The exclusion added in SPARK-6149, the recent versions of...
Currently, user must run `cd deploy` before building the project. This PR enhances the build script to make build script can run from any folder. PS: I don't touch `bat`...
## Feature Request Please provide a configuration to change defaultOutputDir `bin` ## Detail I'm not an eclipse user, as I know, `bin` is widely used as a dir that stores...
### What changes were proposed in this pull request? Introduce a new JDBC parameter `connectTimeout`. ### Why are the changes needed? Before [HIVE-12371](https://issues.apache.org/jira/browse/HIVE-12371), the Hive JDBC Driver uses DriverManager#loginTimeout as...
### _Why are the changes needed?_ This is a follow-up to #3023. ``` if (param.auth = 'delegationToken') { // delegation token ensure hadoopClassAvaiable, but maybe we can do it w/o...
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no...
### _Why are the changes needed?_ Workaround for #3032. There are known some ODBC drivers e.g. PowerBI depends on `TGetInfoType.CLI_DBMS_VER` and `TGetInfoType.CLI_DBMS_NAME` to check server compatibilities and abilities, so we...
### _Why are the changes needed?_ Spark support multi-catalogs since 3.0, and it's important to Kyuubi as Kyuubi aim to be a Gateway of LakeHouse. The implementation is different from...