From 52c31d45f142702274d7670577c3bea646a32b81 Mon Sep 17 00:00:00 2001 From: Angerszhuuuu Date: Tue, 21 Nov 2023 16:17:16 +0800 Subject: [PATCH] [KYUUBI #5739][Bug] Fix spark extension pom import issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description ## Issue References ๐Ÿ”— To close #5739 This pull request fixes # ## Describe Your Solution ๐Ÿ”ง Fix a spark extension import issue ## Types of changes :bookmark: - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan ๐Ÿงช #### Behavior Without This Pull Request :coffin: #### Behavior With This Pull Request :tada: #### Related Unit Tests --- # Checklists ## ๐Ÿ“ Author Self Checklist - [ ] My code follows the [style guidelines](https://kyuubi.readthedocs.io/en/master/contributing/code/style.html) of this project - [ ] I have performed a self-review - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) ## ๐Ÿ“ Committer Pre-Merge Checklist - [x] Pull request title is okay. - [x] No license issues. - [x] Milestone correctly set? - [x] Test coverage is ok - [x] Assignees are selected. - [x] Minimum number of approvals - [x] No changes are requested **Be nice. Be informative.** Closes #5740 from AngersZhuuuu/KYUUBI-5739. Closes #5739 cdb824c70 [Angerszhuuuu] [KYUUBI #5739][Bug] Fix spark extension pom import issue Authored-by: Angerszhuuuu Signed-off-by: Cheng Pan (cherry picked from commit 9861bebca13ac53e0785a15b7181368801584a4e) Signed-off-by: Cheng Pan --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index d9b64ea4e6a..a8198c34e02 100644 --- a/pom.xml +++ b/pom.xml @@ -2219,6 +2219,7 @@ spark-3.4 + extensions/spark/kyuubi-extension-spark-common extensions/spark/kyuubi-extension-spark-3-4 extensions/spark/kyuubi-spark-connector-hive @@ -2233,6 +2234,7 @@ spark-3.5 + extensions/spark/kyuubi-extension-spark-common extensions/spark/kyuubi-extension-spark-3-5