-
Notifications
You must be signed in to change notification settings - Fork 916
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #6293] Upgrade Arrow from 12.0.0 to 15.0.2
# 🔍 Description ## Issue References 🔗 This pull request fixes #6293 ## Describe Your Solution 🔧 Here are my main modifications: 1. In the project POM file, I have updated the Apache Arrow version from 12.0.0 to 15.0.2. 2. After executing `build/dependency.sh --replace`, the `dev/dependencyList` file was automatically updated. 3. I noticed the addition of the "Eclipse Collections" dependency and checked its open-source license. Following the existing format, I have accordingly modified the `NOTICE-binary` and `LICENSE-binary` files. However, I remain uncertain whether my changes to the LICENSE/NOTICE sections adhere to the community's standards. I kindly request guidance from the community regarding this matter. ## 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 ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6304 from dupen01/issue-arrow. Closes #6293 e858a1c [dupeng] Merge remote-tracking branch 'origin/issue-arrow' into issue-arrow 205d905 [Perl Du] Merge branch 'apache:master' into issue-arrow 238ef7a [dupeng] Merge branch 'master' into issue-arrow 14a53f2 [dupeng] update kyuubi-hive-jdbc-shaded pom 62968d2 [dupeng] Update the license information for Eclipse Collections. 323136e [dupeng] Upgrade Arrow to 15.0.2 and update LICENSE/NOTICE Lead-authored-by: dupeng <[email protected]> Co-authored-by: Perl Du <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
- Loading branch information
Showing
6 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters