[KYUUBI #3811] Add v1.6.1-incubating changelog

### _Why are the changes needed?_
Add v1.6.1-incubating changelog.

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

- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3811 from cxzl25/changelog-1.6.1-incubating.

Closes #3811

99310c19 [sychen] v1.6.1-incubating changelog

Authored-by: sychen <sychen@ctrip.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
sychen 2022-11-16 14:29:48 +08:00 committed by Cheng Pan
parent 6548036453
commit ca9f542c71
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -0,0 +1,73 @@
## Changelog for Apache Kyuubi(Incubating) v1.6.1-incubating
[[KYUUBI #3744][Bug] InvalidACL appears in engine after upgrade to Kyuubi 1.6.0](https://github.com/apache/incubator-kyuubi/commit/c8b03943c)
[[KYUUBI #3774] Output OpenSessionCount when Engine is waiting for exit because it reaches the Max lifetime](https://github.com/apache/incubator-kyuubi/commit/d25d2b29b)
[[KYUUBI #3746] Support to specify multiple config items with `--conf` in kyuubi command line](https://github.com/apache/incubator-kyuubi/commit/426e23e22)
[[KYUUBI #3748] Adding metrics kyuubi.metadata.request.opened and fix flaky test - MetadataManagerSuite](https://github.com/apache/incubator-kyuubi/commit/6f0f6e570)
[[KYUUBI #3745] Closing existing seekable reader when adding extra log](https://github.com/apache/incubator-kyuubi/commit/7cf6428b2)
[Revert "[KYUUBI #3385] Set spark.kubernetes.executor.podNamePrefix if missing"](https://github.com/apache/incubator-kyuubi/commit/36121579e)
[Bump 1.6.2-SNAPSHOT](https://github.com/apache/incubator-kyuubi/commit/f602cf8b8)
[Add v1.6.1-incubating changelog](https://github.com/apache/incubator-kyuubi/commit/85ddee5c9)
[[KYUUBI #3730] Change the parameter annotation of the runRemoveJarOperation method to Remove-jar operation instead of Add-jar operation](https://github.com/apache/incubator-kyuubi/commit/0b57440d4)
[[KYUUBI #3726] [DOCS] Place comments above line to avoid mislead users](https://github.com/apache/incubator-kyuubi/commit/e3db5de4d)
[[KYUUBI #3720][FOLLOWUP] Using correct config version for CTL_BATCH_LOG_ON_FAILURE_TIMEOUT](https://github.com/apache/incubator-kyuubi/commit/99b584d0b)
[[KYUUBI #3720] Support to show remaining logs with timeout if the batch failed](https://github.com/apache/incubator-kyuubi/commit/0c0760247)
[[KYUUBI #3728] [CI] Store kyuubi-spark-batch-submit.log for IT spark on kubernetes batch test](https://github.com/apache/incubator-kyuubi/commit/6eb6078a7)
[[KYUUBI #3714] Use ServicesResourceTransformer to concatenating service entries](https://github.com/apache/incubator-kyuubi/commit/132b6229d)
[[KYUUBI #3711] PlanOnly should output engine logs to log files](https://github.com/apache/incubator-kyuubi/commit/91557fe4b)
[[KYUUBI #3710] Delete the swagger UI related resource files from the source folder](https://github.com/apache/incubator-kyuubi/commit/6697be81d)
[[KYUUBI #3703][DOCS] Fix typo in localLog REST API](https://github.com/apache/incubator-kyuubi/commit/8d3d5bab7)
[[KYUUBI #3715] Remove unexpected mysql connector jar](https://github.com/apache/incubator-kyuubi/commit/aa8c93264)
[[KYUUBI #3701] Allow JDBC authencation to connect auth db with no user name](https://github.com/apache/incubator-kyuubi/commit/2e42482f0)
[[KYUUBI #3705] Add docs for JDBC authentication usage with in-memory database](https://github.com/apache/incubator-kyuubi/commit/cbea330d7)
[[KYUUBI #3685] Fix flaky test BatchRestApiSuite - basic batch rest client with invalid user](https://github.com/apache/incubator-kyuubi/commit/3cad86b43)
[Bump 1.6.2-SNAPSHOT](https://github.com/apache/incubator-kyuubi/commit/363a1726b)
[[KYUUBI #3385] Set spark.kubernetes.executor.podNamePrefix if missing](https://github.com/apache/incubator-kyuubi/commit/ffd803c15)
[[KYUUBI #3664] [SPARK][K8S][BATCH] Kyuubi should set env SPARK_USER_NAME on submitting Spark batch job to K8s](https://github.com/apache/incubator-kyuubi/commit/0c0c74a94)
[[KYUUBI #3670] [SPARK][K8S] Fix Spark master match rule on tagging Spark application](https://github.com/apache/incubator-kyuubi/commit/7c5ca112a)
[[KYUUBI #3624][REST] Fix description typo of session REST open api](https://github.com/apache/incubator-kyuubi/commit/675681125)
[[KYUUBI #3627] Support vanilla Jetty for Spark packaged by sbt](https://github.com/apache/incubator-kyuubi/commit/89c355add)
[[KYUUBI #3543][FOLLOWUP][1.6] Handle zookeeper watch events](https://github.com/apache/incubator-kyuubi/commit/9d7f30e9d)
[[KYUUBI #3543] Handle zookeeper watch events](https://github.com/apache/incubator-kyuubi/commit/4d0ba2d71)
[[KYUUBI #3619] Enhance JAVA_HOME detection to support RPM](https://github.com/apache/incubator-kyuubi/commit/c0dff6ab8)
[[KYUUBI #3600] [SPARK][K8S] Respect default static port for web UI on Spark K8s cluster mode](https://github.com/apache/incubator-kyuubi/commit/8b41223a1)
[[KYUUBI #3597] Engine should prefer ip for registering on K8s cluster mode](https://github.com/apache/incubator-kyuubi/commit/a715d4bb3)
[[KYUUBI #3555] [FEATURE] Helm install help set kyuubi pod global env](https://github.com/apache/incubator-kyuubi/commit/8b6643934)
[[KYUUBI #3598] Beeline doesn't work with -e option when started in background](https://github.com/apache/incubator-kyuubi/commit/a4d2f72f7)
[[KYUUBI #3504] Extend JDBC URL to support catalog](https://github.com/apache/incubator-kyuubi/commit/a8a232e4f)
[[KYUUBI #3527][SPARK][FOLLOWUP] spark.kubernetes.executorEnv should be spark.executorEnv](https://github.com/apache/incubator-kyuubi/commit/2c60c094c)
[[KYUUBI #3568] [Bug] [Doris Engine] Fix return decimal, date, timestamp using string](https://github.com/apache/incubator-kyuubi/commit/c7fb19c3e)
[[KYUUBI #3579] Use strict path in dist script to avoid unexpected cp behavior](https://github.com/apache/incubator-kyuubi/commit/506ba109b)
[[KYUUBI #3372] [BUILD] Enable -x on build/dist](https://github.com/apache/incubator-kyuubi/commit/f96b86f68)
[[KYUUBI #3571] Fix NPE for batch command line](https://github.com/apache/incubator-kyuubi/commit/7514e35c0)
[[KYUUBI #3566] Shade Zookeeper into spark engine jar](https://github.com/apache/incubator-kyuubi/commit/8ff7d74b3)
[[KYUUBI #3519] Flink SQL Engine - GetColumns Operation](https://github.com/apache/incubator-kyuubi/commit/b87cf97c1)
[[KYUUBI #3539] [FEATURE][TPCDS] Add white list help run the specified queries](https://github.com/apache/incubator-kyuubi/commit/b82737c63)
[[KYUUBI #3562] Fix the outdate docs index](https://github.com/apache/incubator-kyuubi/commit/e41a90628)
[[KYUUBI #3560] Flink SQL engine supports run DDL across versions](https://github.com/apache/incubator-kyuubi/commit/34ef8805d)
[[KYUUBI #3521] [TEST] Fix Flink flaky test - select count](https://github.com/apache/incubator-kyuubi/commit/743e707c9)
[[KYUUBI #3549][FOLLOWUP] Simplify test](https://github.com/apache/incubator-kyuubi/commit/365469a8e)
[[KYUUBI #3549] Support query id in Flink engine](https://github.com/apache/incubator-kyuubi/commit/b792b9694)
[[KYUUBI #3544] Fix bin/kyuubi stop check](https://github.com/apache/incubator-kyuubi/commit/2a9761694)
[[KYUUBI #3406] [FOLLOWUP] Add create datasource table DDL usage to Pyspark docs](https://github.com/apache/incubator-kyuubi/commit/9ddcf61f4)
[[KYUUBI #3547] Fix Flink statements results validation](https://github.com/apache/incubator-kyuubi/commit/c065b88a9)
[[KYUUBI #3406] [Subtask] [Doc] Add PySpark client docs](https://github.com/apache/incubator-kyuubi/commit/6d437a0c5)
[[KYUUBI #3527] [SPARK] Kyuubi should set env SPARK_USER_NAME for K8s deployment](https://github.com/apache/incubator-kyuubi/commit/93bf26089)
[[KYUUBI #3451] Implement GetInfo for JDBC engine](https://github.com/apache/incubator-kyuubi/commit/811f06b8e)
[[KYUUBI #3510] Reading an uninitialized log should return empty rowSet](https://github.com/apache/incubator-kyuubi/commit/aa658a940)
[[KYUUBI #3522][FOLLOWUP] Fix benchmark results-dir](https://github.com/apache/incubator-kyuubi/commit/fc1236b35)
[[KYUUBI #3522] [BUG][TPCDS] Fix benchmark --results-dir](https://github.com/apache/incubator-kyuubi/commit/a4fd465c2)
[[KYUUBI #3498] Fix GetTables operation in Flink](https://github.com/apache/incubator-kyuubi/commit/d2f76f7ec)
[[KYUUBI #3502] [DOCS] Fix typo and use beeline provided by Kyuubi](https://github.com/apache/incubator-kyuubi/commit/570b3a48c)
[[KYUUBI #3484] Implement isSigned method of ResultSetMetaData for Kyuubi JDBC driver](https://github.com/apache/incubator-kyuubi/commit/95e3558a6)
[[KYUUBI #3452] Implement GetInfo for Trino engine](https://github.com/apache/incubator-kyuubi/commit/dc415009f)
[[KYUUBI #3459] [BUILD] Share jars to reduce binary release tarball size](https://github.com/apache/incubator-kyuubi/commit/c1c430121)
[[KYUUBI #3051][FOLLOWUP] Remove redundant serverIpAddress method in SparkSessionImpl](https://github.com/apache/incubator-kyuubi/commit/1ddaa042a)
[[KYUUBI #3453] [MINOR] Remove unused spark.version property from the pom file of kyuubi-extension-spark-common module](https://github.com/apache/incubator-kyuubi/commit/3d222428e)
[[KYUUBI #3122] GetInfo supports return server/engine info](https://github.com/apache/incubator-kyuubi/commit/d9f1d0b25)
[[KYUUBI #3318] Transfer the TGetInfoReq to kyuubi engine side to check the connection valid and keep connection alive](https://github.com/apache/incubator-kyuubi/commit/5589406c9)
[[KYUUBI #3064] Fix scala NPE issue when adding non-local jar URI to class loader](https://github.com/apache/incubator-kyuubi/commit/fd16dd740)
[[KYUUBI #3408] [TEST] Remove the unstable flink process builder test case](https://github.com/apache/incubator-kyuubi/commit/1ad1f5e2e)
[[KYUUBI #3208] Fix Flaky Test - MetadataManagerSuite: metadata request metrics](https://github.com/apache/incubator-kyuubi/commit/57bcfef89)
[[KYUUBI #3315] Fast fail the kyuubi connection if the engine application has been terminated](https://github.com/apache/incubator-kyuubi/commit/d1b6426bf)
[Bump 1.6.1-SNAPSHOT](https://github.com/apache/incubator-kyuubi/commit/ee136ae18)