{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":114619105,"defaultBranch":"master","name":"kyuubi","ownerLogin":"apache","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-12-18T09:05:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47359?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1723621395.0","currentOid":""},"activityList":{"items":[{"before":"408d4a32789e260b8e06d3f20759ec2f08ba5f44","after":"ebe7e922eeb3e35d23b7fa0d3de35f76d73007f7","ref":"refs/heads/master","pushedAt":"2024-09-23T09:51:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pan3793","name":"Cheng Pan","path":"/pan3793","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26535726?s=80&v=4"},"commit":{"message":"[KYUUBI #6666][AUTHZ]Upgrade Ranger plugin to 2.5.0\n\n# :mag: Description\n## Issue References πŸ”—\n\nThis pull request fixes #6666\n\n## Describe Your Solution πŸ”§\n\nBump ranger version to 2.5.0\nRelease notes: https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+2.5.0+-+Release+Notes\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6692 from Madhukar525722/ranger_upgrade.\n\nCloses #6666\n\n88e1e12c5 [madlnu] [KYUUBI #6666] Upgrade spark ranger plugin to 2.5.0\n\nAuthored-by: madlnu \nSigned-off-by: Cheng Pan ","shortMessageHtmlLink":"[KYUUBI #6666][AUTHZ]Upgrade Ranger plugin to 2.5.0"}},{"before":"1d35cf2ced7e3392a96e90fa718c417bfe007522","after":"408d4a32789e260b8e06d3f20759ec2f08ba5f44","ref":"refs/heads/master","pushedAt":"2024-09-23T09:49:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pan3793","name":"Cheng Pan","path":"/pan3793","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26535726?s=80&v=4"},"commit":{"message":"[KYUUBI #6681][FOLLOWUP] Log the kill batch request before closeSession and during closeOperation\n\n# :mag: Description\n## Issue References πŸ”—\n\nFollowup for #6681\n\nWe shall log the kill batch request before or inside `closeSession`, as it will close the operation log.\n## Describe Your Solution πŸ”§\n\n1. log the kill batch request before `closeSession`.\n2. log the kill batch response in BatchJobSubmission::close.\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n\"image\"\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6697 from turboFei/kill_batch_log.\n\nCloses #6681\n\n13dbf4a75 [Wang, Fei] log\n617cf54a6 [Wang, Fei] log\nb3483c7e4 [Wang, Fei] log\n\nAuthored-by: Wang, Fei \nSigned-off-by: Cheng Pan ","shortMessageHtmlLink":"[KYUUBI #6681][FOLLOWUP] Log the kill batch request before closeSessi…"}},{"before":"93373b24e05a16c56f1564414e6b1467e6b87b20","after":"61754d32704a27f0a67a1b4d5d9011c46264de9a","ref":"refs/heads/branch-1.8","pushedAt":"2024-09-23T09:46:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pan3793","name":"Cheng Pan","path":"/pan3793","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26535726?s=80&v=4"},"commit":{"message":"[KYUUBI #6708] spark-sql-engine's classes should not be visible in server module\n\n# :mag: Description\n## Issue References πŸ”—\n\nThe server module does not consume the `spark-sql-engine` classes, but it supposes that\n`spark-sql-engine`'s jar existed on the target folder, so here we declare it as a dependency\nto make sure that Maven always processes `spark-sql-engine` module before the server module.\nIntelliJ IDEA 2024.1 fixed the IDEA-93855, thus the relocated classes inside the\n`spark-sql-engine`'s shaded jar are visible in the server module in IDEA, for example,\n`org.apache.kyuubi.shaded.spark.connect.proto.ExecutePlanRequest`, which silently breaks\nthe IDEA code analysis and jumping capabilities.\n\n## Describe Your Solution πŸ”§\n\nChanging the dependency type from `jar`(default value) to `pom` seems to be a workaround.\n\n## Types of changes :bookmark:\n\n- [x] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n\"image\"\n\n#### Behavior Without This Pull Request :coffin:\n\n\"image\"\n\n#### Behavior With This Pull Request :tada:\n\n\"image\"\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6708 from pan3793/IDEA-93855.\n\nCloses #6708\n\na73fd4235 [Cheng Pan] fix\ne4a8d36e7 [Cheng Pan] nit\n8c58d2ddc [Cheng Pan] IDEA-93855\n\nAuthored-by: Cheng Pan \nSigned-off-by: Cheng Pan \n(cherry picked from commit 1d35cf2ced7e3392a96e90fa718c417bfe007522)\nSigned-off-by: Cheng Pan ","shortMessageHtmlLink":"[KYUUBI #6708] spark-sql-engine's classes should not be visible in se…"}},{"before":"65761590bb7c61d3e3406397365c5c1b4127988c","after":"7302f65e6a6d4e39f882342abff2319332786d0a","ref":"refs/heads/branch-1.9","pushedAt":"2024-09-23T09:46:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pan3793","name":"Cheng Pan","path":"/pan3793","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26535726?s=80&v=4"},"commit":{"message":"[KYUUBI #6708] spark-sql-engine's classes should not be visible in server module\n\n# :mag: Description\n## Issue References πŸ”—\n\nThe server module does not consume the `spark-sql-engine` classes, but it supposes that\n`spark-sql-engine`'s jar existed on the target folder, so here we declare it as a dependency\nto make sure that Maven always processes `spark-sql-engine` module before the server module.\nIntelliJ IDEA 2024.1 fixed the IDEA-93855, thus the relocated classes inside the\n`spark-sql-engine`'s shaded jar are visible in the server module in IDEA, for example,\n`org.apache.kyuubi.shaded.spark.connect.proto.ExecutePlanRequest`, which silently breaks\nthe IDEA code analysis and jumping capabilities.\n\n## Describe Your Solution πŸ”§\n\nChanging the dependency type from `jar`(default value) to `pom` seems to be a workaround.\n\n## Types of changes :bookmark:\n\n- [x] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n\"image\"\n\n#### Behavior Without This Pull Request :coffin:\n\n\"image\"\n\n#### Behavior With This Pull Request :tada:\n\n\"image\"\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6708 from pan3793/IDEA-93855.\n\nCloses #6708\n\na73fd4235 [Cheng Pan] fix\ne4a8d36e7 [Cheng Pan] nit\n8c58d2ddc [Cheng Pan] IDEA-93855\n\nAuthored-by: Cheng Pan \nSigned-off-by: Cheng Pan \n(cherry picked from commit 1d35cf2ced7e3392a96e90fa718c417bfe007522)\nSigned-off-by: Cheng Pan ","shortMessageHtmlLink":"[KYUUBI #6708] spark-sql-engine's classes should not be visible in se…"}},{"before":"1bfc8c584039b3ca28012bc292312d3521530b12","after":"1d35cf2ced7e3392a96e90fa718c417bfe007522","ref":"refs/heads/master","pushedAt":"2024-09-23T09:46:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pan3793","name":"Cheng Pan","path":"/pan3793","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26535726?s=80&v=4"},"commit":{"message":"[KYUUBI #6708] spark-sql-engine's classes should not be visible in server module\n\n# :mag: Description\n## Issue References πŸ”—\n\nThe server module does not consume the `spark-sql-engine` classes, but it supposes that\n`spark-sql-engine`'s jar existed on the target folder, so here we declare it as a dependency\nto make sure that Maven always processes `spark-sql-engine` module before the server module.\nIntelliJ IDEA 2024.1 fixed the IDEA-93855, thus the relocated classes inside the\n`spark-sql-engine`'s shaded jar are visible in the server module in IDEA, for example,\n`org.apache.kyuubi.shaded.spark.connect.proto.ExecutePlanRequest`, which silently breaks\nthe IDEA code analysis and jumping capabilities.\n\n## Describe Your Solution πŸ”§\n\nChanging the dependency type from `jar`(default value) to `pom` seems to be a workaround.\n\n## Types of changes :bookmark:\n\n- [x] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n\"image\"\n\n#### Behavior Without This Pull Request :coffin:\n\n\"image\"\n\n#### Behavior With This Pull Request :tada:\n\n\"image\"\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6708 from pan3793/IDEA-93855.\n\nCloses #6708\n\na73fd4235 [Cheng Pan] fix\ne4a8d36e7 [Cheng Pan] nit\n8c58d2ddc [Cheng Pan] IDEA-93855\n\nAuthored-by: Cheng Pan \nSigned-off-by: Cheng Pan ","shortMessageHtmlLink":"[KYUUBI #6708] spark-sql-engine's classes should not be visible in se…"}},{"before":"191d07f088e5cc3e3cfea46e818885d0e7814e50","after":"65761590bb7c61d3e3406397365c5c1b4127988c","ref":"refs/heads/branch-1.9","pushedAt":"2024-09-23T09:45:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pan3793","name":"Cheng Pan","path":"/pan3793","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26535726?s=80&v=4"},"commit":{"message":"[KYUUBI #6699] Bump Spark 4.0.0-preview2\n\nSpark 4.0.0-preview2 RC1 passed the vote\nhttps://lists.apache.org/thread/4ctj2mlgs4q2yb4hdw2jy4z34p5yw2b1\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [x] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\nPass GHA.\n\n---\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6699 from pan3793/spark-4.0.0-preview2.\n\nCloses #6699\n\n2db1f645d [Cheng Pan] 4.0.0-preview2\n42055bb1e [Cheng Pan] fix\nd29c0ef83 [Cheng Pan] disable delta test\n98d323b95 [Cheng Pan] fix\n2e782c00b [Cheng Pan] log4j-slf4j2-impl\nfde4bb6ba [Cheng Pan] spark-4.0.0-preview2\n\nAuthored-by: Cheng Pan \nSigned-off-by: Cheng Pan \n(cherry picked from commit 1bfc8c584039b3ca28012bc292312d3521530b12)\nSigned-off-by: Cheng Pan ","shortMessageHtmlLink":"[KYUUBI #6699] Bump Spark 4.0.0-preview2"}},{"before":"8056235ec150f24a539c831973e7f36fc8bb6c0b","after":"1bfc8c584039b3ca28012bc292312d3521530b12","ref":"refs/heads/master","pushedAt":"2024-09-23T09:42:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pan3793","name":"Cheng Pan","path":"/pan3793","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26535726?s=80&v=4"},"commit":{"message":"[KYUUBI #6699] Bump Spark 4.0.0-preview2\n\n# :mag: Description\n\nSpark 4.0.0-preview2 RC1 passed the vote\nhttps://lists.apache.org/thread/4ctj2mlgs4q2yb4hdw2jy4z34p5yw2b1\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [x] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\nPass GHA.\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6699 from pan3793/spark-4.0.0-preview2.\n\nCloses #6699\n\n2db1f645d [Cheng Pan] 4.0.0-preview2\n42055bb1e [Cheng Pan] fix\nd29c0ef83 [Cheng Pan] disable delta test\n98d323b95 [Cheng Pan] fix\n2e782c00b [Cheng Pan] log4j-slf4j2-impl\nfde4bb6ba [Cheng Pan] spark-4.0.0-preview2\n\nAuthored-by: Cheng Pan \nSigned-off-by: Cheng Pan ","shortMessageHtmlLink":"[KYUUBI #6699] Bump Spark 4.0.0-preview2"}},{"before":"635c79373df921018a48cb7c354719e5a9254641","after":"8056235ec150f24a539c831973e7f36fc8bb6c0b","ref":"refs/heads/master","pushedAt":"2024-09-19T03:02:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lsm1","name":"LSM","path":"/lsm1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18713676?s=80&v=4"},"commit":{"message":"[KYUUBI #6696] Fix Trino Status Printer to Prevent Thread Leak\n\n# :mag: Description\n## Issue References πŸ”—\n\n## Describe Your Solution πŸ”§\n\n- use `newDaemonSingleThreadScheduledExecutor` avoid `timer` thread leak\n- reduce same status info out\n\n## Types of changes :bookmark:\n\n- [x] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6696 from lsm1/branch-fix-trino-printer.\n\nCloses #6696\n\n01f917cb7 [senmiaoliu] fix style\n0d20fd1f9 [senmiaoliu] fix trino info printer thread leak\n\nAuthored-by: senmiaoliu \nSigned-off-by: senmiaoliu ","shortMessageHtmlLink":"[KYUUBI #6696] Fix Trino Status Printer to Prevent Thread Leak"}},{"before":"fa3974248f21229811403b836d3fc1660a7a986e","after":"191d07f088e5cc3e3cfea46e818885d0e7814e50","ref":"refs/heads/branch-1.9","pushedAt":"2024-09-18T06:48:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pan3793","name":"Cheng Pan","path":"/pan3793","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26535726?s=80&v=4"},"commit":{"message":"[KYUUBI #6648] Support to show launch engine log for thrift http mode\n\n# :mag: Description\n## Issue References πŸ”—\n\nThis PR is to return the launch engine operation handle for thrift http frontend service when opening session.\n\nSo that, the kyuubi connection show the launch engine log.\n\nRefer https://github.com/apache/kyuubi/pull/1377\n\n## Describe Your Solution πŸ”§\n\nPlease include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.\nJust return the launch engine op handle for thrift http connection.\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [x] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6648 from turboFei/engine_launch_log.\n\nCloses #6648\n\n6a3540775 [Wang, Fei] nit\n0bd08d208 [Wang, Fei] Support to show launch engine log for thrift http mode\n\nAuthored-by: Wang, Fei \nSigned-off-by: Wang, Fei ","shortMessageHtmlLink":"[KYUUBI #6648] Support to show launch engine log for thrift http mode"}},{"before":"1b2d8c38da2c58c09f9ec18de28d0bc746031cd6","after":"fa3974248f21229811403b836d3fc1660a7a986e","ref":"refs/heads/branch-1.9","pushedAt":"2024-09-18T03:12:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pan3793","name":"Cheng Pan","path":"/pan3793","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26535726?s=80&v=4"},"commit":{"message":"[KYUUBI #6698] Exclude transitive deps of paimon\n\n# :mag: Description\n## Issue References πŸ”—\n\n`paimon-spark-3.5` is a bundled jar but still pulls transitive deps.\n\n## Describe Your Solution πŸ”§\n\nExplicitly excluding transitive deps of paimon.\n\n## Types of changes :bookmark:\n\n- [x] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\nPass GHA and manually checked.\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6698 from pan3793/exclude-paimon.\n\nCloses #6698\n\n6048b1156 [Cheng Pan] Exclude transitive deps from paimon\n\nAuthored-by: Cheng Pan \nSigned-off-by: Cheng Pan \n(cherry picked from commit 635c79373df921018a48cb7c354719e5a9254641)\nSigned-off-by: Cheng Pan ","shortMessageHtmlLink":"[KYUUBI #6698] Exclude transitive deps of paimon"}},{"before":"98b39292301573b9d8a8b44af725385ee3a24a2b","after":"635c79373df921018a48cb7c354719e5a9254641","ref":"refs/heads/master","pushedAt":"2024-09-18T03:12:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pan3793","name":"Cheng Pan","path":"/pan3793","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26535726?s=80&v=4"},"commit":{"message":"[KYUUBI #6698] Exclude transitive deps of paimon\n\n# :mag: Description\n## Issue References πŸ”—\n\n`paimon-spark-3.5` is a bundled jar but still pulls transitive deps.\n\n## Describe Your Solution πŸ”§\n\nExplicitly excluding transitive deps of paimon.\n\n## Types of changes :bookmark:\n\n- [x] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\nPass GHA and manually checked.\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6698 from pan3793/exclude-paimon.\n\nCloses #6698\n\n6048b1156 [Cheng Pan] Exclude transitive deps from paimon\n\nAuthored-by: Cheng Pan \nSigned-off-by: Cheng Pan ","shortMessageHtmlLink":"[KYUUBI #6698] Exclude transitive deps of paimon"}},{"before":"8e2b1b3e845718166830e0c84c2a1fd33210a583","after":"98b39292301573b9d8a8b44af725385ee3a24a2b","ref":"refs/heads/master","pushedAt":"2024-09-18T02:38:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bowenliang123","name":"Bowen Liang","path":"/bowenliang123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1935105?s=80&v=4"},"commit":{"message":"[KYUUBI #6682] Bump super-linter to v7\n\n# :mag: Description\n## Issue References πŸ”—\n\nThis pull request fixes #\n\n## Describe Your Solution πŸ”§\n\n- bump superlinter Github Action to v7\n- skip linting `.env` files as the rules are too strict in unorder keys\n- remove deprecated `ERROR_ON_MISSING_EXEC_BIT` option\n- no major change\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n- pass the style CI workflow\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6682 from bowenliang123/superlinter-7.\n\nCloses #6682\n\n0ff321127 [Bowen Liang] skip linting env files\ncab7aa810 [liangbowen] Remove deprecated ERROR_ON_MISSING_EXEC_BIT\n67515df5b [liangbowen] bump superlinter to v7\n\nLead-authored-by: Bowen Liang \nCo-authored-by: liangbowen \nSigned-off-by: liangbowen ","shortMessageHtmlLink":"[KYUUBI #6682] Bump super-linter to v7"}},{"before":"df3a39886e5052acc9f3bed6c0769b090998356f","after":"1b2d8c38da2c58c09f9ec18de28d0bc746031cd6","ref":"refs/heads/branch-1.9","pushedAt":"2024-09-14T19:54:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"turboFei","name":"Fei Wang","path":"/turboFei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6757692?s=80&v=4"},"commit":{"message":"[KYUUBI #6680] Format the kyuubi-ctl batch command output\n\n# :mag: Description\n## Issue References πŸ”—\n\nAs title, format the batch command output.\n## Describe Your Solution πŸ”§\n\nPlease include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6680 from turboFei/batch_error.\n\nCloses #6680\n\nf9de99b92 [Wang, Fei] ut\n0562d2d23 [Wang, Fei] unused\nd44947894 [Wang, Fei] pretty\n\nAuthored-by: Wang, Fei \nSigned-off-by: Wang, Fei \n(cherry picked from commit 8e2b1b3e845718166830e0c84c2a1fd33210a583)\nSigned-off-by: Wang, Fei ","shortMessageHtmlLink":"[KYUUBI #6680] Format the kyuubi-ctl batch command output"}},{"before":"f8431da7acc4530929ffbddf9fdaa8e6cec9f15c","after":"8e2b1b3e845718166830e0c84c2a1fd33210a583","ref":"refs/heads/master","pushedAt":"2024-09-14T19:54:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"turboFei","name":"Fei Wang","path":"/turboFei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6757692?s=80&v=4"},"commit":{"message":"[KYUUBI #6680] Format the kyuubi-ctl batch command output\n\n# :mag: Description\n## Issue References πŸ”—\n\nAs title, format the batch command output.\n## Describe Your Solution πŸ”§\n\nPlease include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6680 from turboFei/batch_error.\n\nCloses #6680\n\nf9de99b92 [Wang, Fei] ut\n0562d2d23 [Wang, Fei] unused\nd44947894 [Wang, Fei] pretty\n\nAuthored-by: Wang, Fei \nSigned-off-by: Wang, Fei ","shortMessageHtmlLink":"[KYUUBI #6680] Format the kyuubi-ctl batch command output"}},{"before":"c78e23250a0b171d868467ba5e7781a9902f39da","after":"f8431da7acc4530929ffbddf9fdaa8e6cec9f15c","ref":"refs/heads/master","pushedAt":"2024-09-14T19:28:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"turboFei","name":"Fei Wang","path":"/turboFei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6757692?s=80&v=4"},"commit":{"message":"[KYUUBI #6686] Ignore Spark pod container state if pod is terminated\n\n# :mag: Description\n## Issue References πŸ”—\n\nTo close #6686\n\n![image](https://github.com/user-attachments/assets/f54d81b9-b24f-4470-ab01-9d694b2f0478)\n\nThe pod already in failed state, and the driver container is in waiting state.\n\nWe shall mark the application terminated and ignore the container state.\n\n## Describe Your Solution πŸ”§\n\nPlease include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.\n\n## Types of changes :bookmark:\n\n- [x] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6690 from turboFei/pod_state.\n\nCloses #6686\n\n0d4c8a255 [Wang, Fei] comments\nd60b901c1 [Wang, Fei] check pod terminated\n\nAuthored-by: Wang, Fei \nSigned-off-by: Wang, Fei ","shortMessageHtmlLink":"[KYUUBI #6686] Ignore Spark pod container state if pod is terminated"}},{"before":"9225af5ee3db85dd744b10c958ff2666bb895454","after":"df3a39886e5052acc9f3bed6c0769b090998356f","ref":"refs/heads/branch-1.9","pushedAt":"2024-09-14T19:27:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"turboFei","name":"Fei Wang","path":"/turboFei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6757692?s=80&v=4"},"commit":{"message":"[KYUUBI #6668] Fix kyuubi batch state abnormal\n\n# :mag: Description\n## Issue References πŸ”—\n\nThis pull request fixes #6668\n\n## Describe Your Solution πŸ”§\n\n1. when failed to kill the batch, check the current application info\n2. if the application state is UNKNOWN(less than submit timeout) or NOT_FOUND, mark the batch state to CANCELED\n3. If the k8s pod added after the batch marked as CANCELED, delete the pod\n\n## Types of changes :bookmark:\n\n- [x] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6670 from turboFei/session_close_operation.\n\nCloses #6668\n\n068eaf216 [Wang, Fei] def\n248c3e383 [Wang, Fei] check for onUpdate\n695bb805d [Wang, Fei] clean up on add\n9304f4605 [Wang, Fei] method\ne2a15f8bc [Wang, Fei] batch\n\nAuthored-by: Wang, Fei \nSigned-off-by: Wang, Fei \n(cherry picked from commit c78e23250a0b171d868467ba5e7781a9902f39da)\nSigned-off-by: Wang, Fei ","shortMessageHtmlLink":"[KYUUBI #6668] Fix kyuubi batch state abnormal"}},{"before":"550f1fce897d1d5766186ace499f347fa186015f","after":"c78e23250a0b171d868467ba5e7781a9902f39da","ref":"refs/heads/master","pushedAt":"2024-09-14T19:27:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"turboFei","name":"Fei Wang","path":"/turboFei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6757692?s=80&v=4"},"commit":{"message":"[KYUUBI #6668] Fix kyuubi batch state abnormal\n\n# :mag: Description\n## Issue References πŸ”—\n\nThis pull request fixes #6668\n\n## Describe Your Solution πŸ”§\n\n1. when failed to kill the batch, check the current application info\n2. if the application state is UNKNOWN(less than submit timeout) or NOT_FOUND, mark the batch state to CANCELED\n3. If the k8s pod added after the batch marked as CANCELED, delete the pod\n\n## Types of changes :bookmark:\n\n- [x] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6670 from turboFei/session_close_operation.\n\nCloses #6668\n\n068eaf216 [Wang, Fei] def\n248c3e383 [Wang, Fei] check for onUpdate\n695bb805d [Wang, Fei] clean up on add\n9304f4605 [Wang, Fei] method\ne2a15f8bc [Wang, Fei] batch\n\nAuthored-by: Wang, Fei \nSigned-off-by: Wang, Fei ","shortMessageHtmlLink":"[KYUUBI #6668] Fix kyuubi batch state abnormal"}},{"before":"7198c722e5e6c259f3429ae266bfb17f5001bbf3","after":"550f1fce897d1d5766186ace499f347fa186015f","ref":"refs/heads/master","pushedAt":"2024-09-12T10:34:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bowenliang123","name":"Bowen Liang","path":"/bowenliang123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1935105?s=80&v=4"},"commit":{"message":"[KYUUBI #6677] Bump scala-collection-compat to 2.12.0\n\n# :mag: Description\n## Issue References πŸ”—\n\n## Describe Your Solution πŸ”§\n- Bump `scala-collection-compat` to 2.12.0\n - `scala-collection-compat` is used by the authz plugin testing Iceberg\n - Currently Iceberg 1.6.1 uses `scala-collection-compat` 2.12.0,\naccording to: https://github.com/apache/iceberg/blob/apache-iceberg-1.6.1/gradle/libs.versions.toml#L78\n - release note: https://github.com/scala/scala-collection-compat/releases/tag/v2.12.0\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n- pass the Authz tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6677 from pionCham/bump-scala-collection-compat-version.\n\nCloses #6677\n\nfd2738dce [chengpeiming] bump scala collection compat to 2.12.0\n\nAuthored-by: chengpeiming \nSigned-off-by: liangbowen ","shortMessageHtmlLink":"[KYUUBI #6677] Bump scala-collection-compat to 2.12.0"}},{"before":"edbe3f3fefc75532ed4cc44269adf55eca6a5a9e","after":"7198c722e5e6c259f3429ae266bfb17f5001bbf3","ref":"refs/heads/master","pushedAt":"2024-09-11T14:48:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bowenliang123","name":"Bowen Liang","path":"/bowenliang123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1935105?s=80&v=4"},"commit":{"message":"[KYUUBI #6676] Bump Scala to 2.12.19\n\n# :mag: Description\n## Issue References πŸ”—\n\n- Scala 2.12.19 release https://github.com/scala/scala/releases/tag/v2.12.19\n## Describe Your Solution πŸ”§\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6676 from pionCham/bump-scala-version.\n\nCloses #6676\n\n7f5e17e98 [chengpeiming] change dependencyList\n8736f2c57 [chengpeiming] bump scala version to 2.12.19\n36f9984f5 [chengpeiming] bump scala version\n\nAuthored-by: chengpeiming \nSigned-off-by: Bowen Liang ","shortMessageHtmlLink":"[KYUUBI #6676] Bump Scala to 2.12.19"}},{"before":"db5ce0cbdfd93b655ac8a0c43cd53be11b435eda","after":"edbe3f3fefc75532ed4cc44269adf55eca6a5a9e","ref":"refs/heads/master","pushedAt":"2024-09-09T16:28:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"turboFei","name":"Fei Wang","path":"/turboFei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6757692?s=80&v=4"},"commit":{"message":"[KYUUBI #6681] Log the delete batch request in batch operation log\n\n# :mag: Description\n## Issue References πŸ”—\n\nAs title, log the delete batch request in operation log.\n\n## Describe Your Solution πŸ”§\n\nPlease include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [x] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6681 from turboFei/audit_kill.\n\nCloses #6681\n\n8550868a6 [Wang, Fei] withOperationLog\n\nAuthored-by: Wang, Fei \nSigned-off-by: Wang, Fei ","shortMessageHtmlLink":"[KYUUBI #6681] Log the delete batch request in batch operation log"}},{"before":"d7219fcc0a6e3ca2eb704eee1fe736ce9499056a","after":"db5ce0cbdfd93b655ac8a0c43cd53be11b435eda","ref":"refs/heads/master","pushedAt":"2024-09-06T17:26:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"turboFei","name":"Fei Wang","path":"/turboFei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6757692?s=80&v=4"},"commit":{"message":"[KYUUBI #6669] Track the client ip for internal kyuubi RESTful requests\n\n# :mag: Description\n## Issue References πŸ”—\n\nAs title, track the clientIp for internal kyuubi RESTful requests.\nLikes\n - getBatch\n - getBatchLocalLog\n - deleteBatch\n\n## Describe Your Solution πŸ”§\n\nPlease include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [x] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6669 from turboFei/additional_headers.\n\nCloses #6669\n\n87f144ec5 [Wang, Fei] headers\n8dd7aca59 [Wang, Fei] track the client ip\nafc78f2c2 [Wang, Fei] proxy ip\n\nAuthored-by: Wang, Fei \nSigned-off-by: Wang, Fei ","shortMessageHtmlLink":"[KYUUBI #6669] Track the client ip for internal kyuubi RESTful requests"}},{"before":"57ab60a49513cf029272019e8a7baafdf64b2176","after":"d7219fcc0a6e3ca2eb704eee1fe736ce9499056a","ref":"refs/heads/master","pushedAt":"2024-09-05T12:02:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bowenliang123","name":"Bowen Liang","path":"/bowenliang123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1935105?s=80&v=4"},"commit":{"message":"[KYUUBI #6673] [DOC] Fix typos in logging.md\n\n# :mag: Description\n## Issue References πŸ”—\n\nThis pull request fixes typos in the logging.md documentation file.\n\n## Describe Your Solution πŸ”§\n\nFixed typos while reading through the page.\n\n## Types of changes :bookmark:\n\n- [x] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\nNot needed.\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6673 from MLNW/patch-1.\n\nCloses #6673\n\n02ea73113 [Bowen Liang] Update docs/monitor/logging.md\n659580ed4 [Lucas Resch] Fix typos in logging.md\n\nLead-authored-by: Lucas Resch \nCo-authored-by: Bowen Liang \nSigned-off-by: Bowen Liang ","shortMessageHtmlLink":"[KYUUBI #6673] [DOC] Fix typos in logging.md"}},{"before":"bd3079ba4b41270f2346b0e7da12d3be7008b7a8","after":"57ab60a49513cf029272019e8a7baafdf64b2176","ref":"refs/heads/master","pushedAt":"2024-09-05T09:44:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bowenliang123","name":"Bowen Liang","path":"/bowenliang123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1935105?s=80&v=4"},"commit":{"message":"[KYUUBI #6672] Cleanup unused Commons Lang 2 dependency\n\n# :mag: Description\n## Issue References πŸ”—\n\nThis pull request fixes #\n\n## Describe Your Solution πŸ”§\n\n- Apache Commons Lang2 is no longer actively maintained and not used by Kyuubi modules\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6672 from bowenliang123/remove-commonlang2.\n\nCloses #6672\n\n34cda170a [liangbowen] remove common lang2\n\nLead-authored-by: Bowen Liang \nCo-authored-by: liangbowen \nSigned-off-by: liangbowen ","shortMessageHtmlLink":"[KYUUBI #6672] Cleanup unused Commons Lang 2 dependency"}},{"before":"96c5632e1e93ebd898cc44c070d481c1f07f43fc","after":"bd3079ba4b41270f2346b0e7da12d3be7008b7a8","ref":"refs/heads/master","pushedAt":"2024-09-05T06:34:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bowenliang123","name":"Bowen Liang","path":"/bowenliang123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1935105?s=80&v=4"},"commit":{"message":"[KYUUBI #6671] [DOC] Fix typo in ENGINE SHARE LEVEL docs\n\n# :mag: Description\n## Issue References πŸ”—\n\n## Describe Your Solution πŸ”§\n\nfix the typo in ENGINE SHARE LEVEL docs\n\n## Types of changes :bookmark:\n\n- [x] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6671 from pionCham/fix-typos.\n\nCloses #6671\n\n7dfbd4036 [chengpeiming] Fixed typo in ENGINE SHARE LEVEL docs\n\nAuthored-by: chengpeiming \nSigned-off-by: liangbowen ","shortMessageHtmlLink":"[KYUUBI #6671] [DOC] Fix typo in ENGINE SHARE LEVEL docs"}},{"before":"bef3d5590fc4f7f59461fcb6a9191f131c095bfb","after":"96c5632e1e93ebd898cc44c070d481c1f07f43fc","ref":"refs/heads/master","pushedAt":"2024-09-04T16:20:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pan3793","name":"Cheng Pan","path":"/pan3793","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26535726?s=80&v=4"},"commit":{"message":"[KYUUBI #6660][UI] Improve the display of sql editor and query result\n\n# :mag: Description\n## Issue References πŸ”—\n\nThis pull request fixes #6660\n\n## Describe Your Solution πŸ”§\n\n### Pull Request Description\n\nThis pull request improves the drag-and-resize functionality between the SQL Editor and the Result/Log panel. The updates ensure smoother resizing and better management of UI constraints, including the automatic adjustment of the Result/Log panel and the option to minimize/maximize it.\n\n> drag-to-resize\n\n![resizing](https://github.com/user-attachments/assets/212ffb31-053c-448d-aa57-29f179e7d228)\n\n> minimize\n\n![minimize](https://github.com/user-attachments/assets/a0d301ac-a8e7-4414-83fc-bd27d7ffcfb0)\n\n> maximize\n\n![maximize ](https://github.com/user-attachments/assets/0a911511-5631-43dc-b331-4f15a9d05ad9)\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6665 from wangzhigang1999/master.\n\nCloses #6660\n\n6d659e05b [Zhigang] Remove unnecessary comment\ndf67c4c96 [Zhigang] Improve the display of sql editor and query result\n\nAuthored-by: Zhigang \nSigned-off-by: Cheng Pan ","shortMessageHtmlLink":"[KYUUBI #6660][UI] Improve the display of sql editor and query result"}},{"before":"f5d561e095e6c221ac7740c859184abb965a3170","after":"bef3d5590fc4f7f59461fcb6a9191f131c095bfb","ref":"refs/heads/master","pushedAt":"2024-09-04T15:16:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bowenliang123","name":"Bowen Liang","path":"/bowenliang123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1935105?s=80&v=4"},"commit":{"message":"[KYUUBI #6645] Size based eviction for server-side temp files cleanup\n\n# :mag: Description\n## Issue References πŸ”—\n\nThis pull request fixes #\n\n## Describe Your Solution πŸ”§\n\n- adding `maximumSize` to support size based eviction for server-side temp files cleanup in `TempFileService`\n- size-based eviction is disabled by default , with `maximumSize` set to optional by default\n- time-based eviction time is now extended from 14 days to 30 days by default\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6645 from bowenliang123/temp-file-size-evict.\n\nCloses #6645\n\ne1f166b6a [liangbowen] docs\n0b2d5aa6e [liangbowen] increase default SERVER_TEMP_FILE_EXPIRE_TIME to 30 days\nee87da56a [liangbowen] make config optional\n0607efcd7 [Bowen Liang] import\n9cc777660 [liangbowen] update\nf9e4de00e [Bowen Liang] docs\n55bf238d3 [liangbowen] size\n\nLead-authored-by: Bowen Liang \nCo-authored-by: liangbowen \nSigned-off-by: Bowen Liang ","shortMessageHtmlLink":"[KYUUBI #6645] Size based eviction for server-side temp files cleanup"}},{"before":"14e07ea24b38d8e38d4870b55fdbd669919f7fa7","after":"f5d561e095e6c221ac7740c859184abb965a3170","ref":"refs/heads/master","pushedAt":"2024-09-04T14:51:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bowenliang123","name":"Bowen Liang","path":"/bowenliang123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1935105?s=80&v=4"},"commit":{"message":"[KYUUBI #6664] [BUILD] Bump Maven from 3.8.8 to 3.9.9\n\n# :mag: Description\n## Issue References πŸ”—\n\nThis pull request fixes #\n\n## Describe Your Solution πŸ”§\n\n- bump Maven from 3.8.x to 3.9.x\n- Maven 3.9 release notes:\n - 3.9.0: https://maven.apache.org/docs/3.9.0/release-notes.html\n - 3.9.9: https://maven.apache.org/docs/3.9.9/release-notes.html\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6664 from bowenliang123/maven39.\n\nCloses #6664\n\n074b7ba00 [Bowen Liang] bump maven to 3.9\n\nAuthored-by: Bowen Liang \nSigned-off-by: Bowen Liang ","shortMessageHtmlLink":"[KYUUBI #6664] [BUILD] Bump Maven from 3.8.8 to 3.9.9"}},{"before":"e0d2fe8a9dbfa6b033371007360f8e49520ea77a","after":"9225af5ee3db85dd744b10c958ff2666bb895454","ref":"refs/heads/branch-1.9","pushedAt":"2024-09-04T14:48:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bowenliang123","name":"Bowen Liang","path":"/bowenliang123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1935105?s=80&v=4"},"commit":{"message":"[KYUUBI #6661] Improve perf for column-based TRowSet generation\n\n# :mag: Description\n## Issue References πŸ”—\n\nThis pull request fixes #6661\n\n## Describe Your Solution πŸ”§\n\nTColumnGenerator.getColumnToList should not access to non-IndexedSeq with Seq.apply(i), which will cause performance reduce, convert it to foreach loop will be good. see https://issues.apache.org/jira/browse/SPARK-47085 for more details.\n\n## Types of changes :bookmark:\n\n- [x] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6662 from hh-cn/KYUUBI-6661.\n\nCloses #6661\n\n4597e88c1 [hang.huang] improve column-based TRowSet generation\n\nAuthored-by: hang.huang \nSigned-off-by: Bowen Liang \n(cherry picked from commit 14e07ea24b38d8e38d4870b55fdbd669919f7fa7)\nSigned-off-by: Bowen Liang ","shortMessageHtmlLink":"[KYUUBI #6661] Improve perf for column-based TRowSet generation"}},{"before":"9533c5a3dac5673d6f8849caa24c9c4ddc7054df","after":"14e07ea24b38d8e38d4870b55fdbd669919f7fa7","ref":"refs/heads/master","pushedAt":"2024-09-04T14:47:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bowenliang123","name":"Bowen Liang","path":"/bowenliang123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1935105?s=80&v=4"},"commit":{"message":"[KYUUBI #6661] Improve perf for column-based TRowSet generation\n\n# :mag: Description\n## Issue References πŸ”—\n\nThis pull request fixes #6661\n\n## Describe Your Solution πŸ”§\n\nTColumnGenerator.getColumnToList should not access to non-IndexedSeq with Seq.apply(i), which will cause performance reduce, convert it to foreach loop will be good. see https://issues.apache.org/jira/browse/SPARK-47085 for more details.\n\n## Types of changes :bookmark:\n\n- [x] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6662 from hh-cn/KYUUBI-6661.\n\nCloses #6661\n\n4597e88c1 [hang.huang] improve column-based TRowSet generation\n\nAuthored-by: hang.huang \nSigned-off-by: Bowen Liang ","shortMessageHtmlLink":"[KYUUBI #6661] Improve perf for column-based TRowSet generation"}},{"before":"be8ae75c8878c97816652b05605090ef8c93e018","after":"9533c5a3dac5673d6f8849caa24c9c4ddc7054df","ref":"refs/heads/master","pushedAt":"2024-09-03T05:31:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bowenliang123","name":"Bowen Liang","path":"/bowenliang123","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1935105?s=80&v=4"},"commit":{"message":"[KYUUBI #6659] Bump Iceberg to 1.6.1\n\n# :mag: Description\n## Issue References πŸ”—\n\nApache Iceberg 1.6.1 release https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.6.1\n\n## Describe Your Solution πŸ”§\n\nIn the project POM file, I have updated the Apache Iceberg version from 1.6.0 to 1.6.1\n\n## Types of changes :bookmark:\n\n- [ ] Bugfix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to change)\n\n## Test Plan πŸ§ͺ\n\n#### Behavior Without This Pull Request :coffin:\n\n#### Behavior With This Pull Request :tada:\n\n#### Related Unit Tests\n\n---\n\n# Checklist πŸ“\n\n- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)\n\n**Be nice. Be informative.**\n\nCloses #6659 from pionCham/upgrate-iceberg-version.\n\nCloses #6659\n\n923019440 [chengpeiming] Update the docs for Spark connector\n433981e66 [chengpeiming] Supplement other configurations\n1617e36fe [chengpeiming] Upgrate iceberg.version in pom.xml\n\nAuthored-by: chengpeiming \nSigned-off-by: liangbowen ","shortMessageHtmlLink":"[KYUUBI #6659] Bump Iceberg to 1.6.1"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QwOTo1MToyMi4wMDAwMDBazwAAAAS9yZze","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QwOTo1MToyMi4wMDAwMDBazwAAAAS9yZze","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wM1QwNTozMTo0My4wMDAwMDBazwAAAASrLEtq"}},"title":"Activity Β· apache/kyuubi"}