Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Avro and ORC to the latest compatible version #14148

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

Jackie-Jiang
Copy link
Contributor

Upgrade Avro to 1.11.4 and ORC to 1.9.4

We cannot pick the latest versions of them for compatibility reason:

@Jackie-Jiang Jackie-Jiang added the dependencies Pull requests that update a dependency file label Oct 2, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.09%. Comparing base (59551e4) to head (b09ab70).
Report is 1123 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #14148      +/-   ##
============================================
+ Coverage     61.75%   64.09%   +2.33%     
- Complexity      207     1538    +1331     
============================================
  Files          2436     2601     +165     
  Lines        133233   143501   +10268     
  Branches      20636    21978    +1342     
============================================
+ Hits          82274    91970    +9696     
+ Misses        44911    44752     -159     
- Partials       6048     6779     +731     
Flag Coverage Δ
custom-integration1 100.00% <ø> (+99.99%) ⬆️
integration 100.00% <ø> (+99.99%) ⬆️
integration1 100.00% <ø> (+99.99%) ⬆️
integration2 0.00% <ø> (ø)
java-11 64.05% <ø> (+2.35%) ⬆️
java-21 63.96% <ø> (+2.34%) ⬆️
skip-bytebuffers-false 64.08% <ø> (+2.33%) ⬆️
skip-bytebuffers-true 63.94% <ø> (+36.21%) ⬆️
temurin 64.09% <ø> (+2.33%) ⬆️
unittests 64.08% <ø> (+2.33%) ⬆️
unittests1 55.74% <ø> (+8.84%) ⬆️
unittests2 34.57% <ø> (+6.83%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -136,9 +136,9 @@
<shade.prefix>org.apache.pinot.shaded</shade.prefix>
<shade.phase.prop>none</shade.phase.prop>

<avro.version>1.11.3</avro.version>
<avro.version>1.11.4</avro.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would the dependabot bump the version up again?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, but we can tell it to not bump it up when it files the new PR

@Jackie-Jiang Jackie-Jiang merged commit 143ffd7 into apache:master Oct 2, 2024
23 checks passed
@Jackie-Jiang Jackie-Jiang deleted the upgrade_orc branch October 2, 2024 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants