LSM

Results 9 issues of LSM

### What changes were proposed in this pull request? Coalesce paritition for every group ### Why are the changes needed? With CartesianProduct, CoalesceShufflePartitions can not optimize it. Such as sql...

SQL

### _Why are the changes needed?_ close #3214 ### manual tests when we set `kyuubi.operation.plan.only.mode` an incorrect value,unset plan only mode ![image](https://user-images.githubusercontent.com/18713676/183860516-b555cc2d-d5fb-4782-b8e3-e300fb877728.png) so we can set a correct value ![image](https://user-images.githubusercontent.com/18713676/183860130-a662267a-7a77-430b-80ef-d2a49346b5e9.png)...

module:server
module:spark
module:flink
module:common
kind:build

### 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...

kind:bug
priority:major

### _Why are the changes needed?_ close #3435 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive...

module:server
module:spark

### 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...

kind:bug
priority:major

# :mag: Description ## Issue References 🔗 This pull request fixes #6084 ## Describe Your Solution 🔧 Please include a summary of the change and which issue is fixed. Please...

module:hive
module:ctl

### _Why are the changes needed?_ close #5373 This pull request aims to support adaptive engine selection. The specific improvements are as follows: 1. **Spark Engine Reports Status to Zookeeper...

kind:documentation
module:server
module:spark
module:common
module:ha

# :mag: Description ## Issue References 🔗 This pull request fixes #6446 ## Describe Your Solution 🔧 Add tests for Spark saveToFile function ## Types of changes :bookmark: - [...

module:spark

### Purpose Add a new configuration option `file-io.atomic-rename.enabled` to control whether to attempt atomic rename for file overwrite operations. When enabled (default), Paimon attempts to use atomic rename (write to...