# 🔍 Description ## Issue References 🔗 This pull request fixes https://github.com/apache/kyuubi/pull/5836#discussion_r1424963477 ## Describe Your Solution 🔧 Remove the remain extension spark jars in related target dir before start to package. Aims to avoid include unspecified version. ## Types of changes 🔖 - [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 ⚰️ Before this PR: ```shel ./build/dist -Pspark-3.1 ... # your will get expected package, then you run the following command ./build/dist -Pspark-3.3 # you will find the final package include the spark 3.1 extension jar, which is un-expected. ``` #### Behavior With This Pull Request 🎉 After this PR, will clean up those extension spark jars before build to ensure we won't package the unspecified extension jar. #### Related Unit Tests None --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6129 from zwangsheng/KYUUBI/clean_up_jasrs. Closes #6129 3e5f43415 [Cheng Pan] Update build/dist d824491be [zwangsheng] Remove support spark 3.1 c83b79af6 [zwangsheng] [BUILD] Remove the extension spark jars before build Lead-authored-by: zwangsheng <binjieyang@apache.org> Co-authored-by: Cheng Pan <pan3793@gmail.com> Signed-off-by: Cheng Pan <chengpan@apache.org> |
||
|---|---|---|
| .. | ||
| release | ||
| dependency.sh | ||
| dist | ||
| Dockerfile.CI | ||
| kyuubi-build-info | ||
| kyuubi-build-info.cmd | ||
| mvn | ||
| util.sh | ||