Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #6129] [BUILD] Remove the extension spark jars before build t…
…o avoid include unspecified version # 🔍 Description ## Issue References 🔗 This pull request fixes #5836 (comment) ## 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 3e5f434 [Cheng Pan] Update build/dist d824491 [zwangsheng] Remove support spark 3.1 c83b79a [zwangsheng] [BUILD] Remove the extension spark jars before build Lead-authored-by: zwangsheng <[email protected]> Co-authored-by: Cheng Pan <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
- Loading branch information