Kaifei Yi
Kaifei Yi
## Description This pr is a followup of https://github.com/delta-io/delta/pull/1275, it aims to fix doc of `forPath` and `forName` ## How was this patch tested? doc only ## Does this PR...
Currently, there are a lot of unused import in baed-code, this pr aims two point as follow: - Remove unused import - Add `-Ywarn-unused:imports` to warn future introduction of new...
### What changes were proposed in this pull request? Currently, We do not handle conflicting binary comparison expressions, Let's say have a query, it filter `a < 0 and a...
### _Why are the changes needed?_ Fix https://github.com/apache/incubator-kyuubi/issues/3531 This pr aims to add documentation for Hive connector ### _How was this patch tested?_ - [ ] Add some test cases...
### _Why are the changes needed?_ Fix https://github.com/apache/incubator-kyuubi/issues/3529 Add tests to check for consistency with V1 ### _How was this patch tested?_ - [ ] Add some test cases that...
### 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) and found no...
### 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) and found no...
### 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) and found no...
### _Why are the changes needed?_ Fix https://github.com/apache/incubator-kyuubi/issues/3512 Currently, Kyuubi EventBus uses `scala.concurrent.ExecutionContext.Implicits.global` to execute async event handler. Generally, it's discouraged to use that global ec, instead, we should create...
### _Why are the changes needed?_ Fix https://github.com/apache/incubator-kyuubi/issues/3441; This pr aims to two points as follow: - Bump Spark 3.3.0 to Spark 3.3.1 in spark-3.3 profile - Change default Spark...