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

[HUDI-8789] Dropping hbase deps from presto/trino bundle #12532

Merged

Conversation

vinothchandar
Copy link
Member

Change Logs

  • Removed guava, commons-lang

Impact

Presto, Trino bundles need to rely on native HFile reader going forward.

Risk level (write none, low medium or high below)

medium: need to be ultimately tested on trino/presto side.

Documentation Update

none

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

@github-actions github-actions bot added the size:S PR with lines of changes in (10, 100] label Dec 20, 2024
@vinothchandar vinothchandar marked this pull request as ready for review December 20, 2024 22:56
@vinothchandar
Copy link
Member Author

Trino : does not seem to depend on the bundle anymore.
Presto: depends on it. but we we don't have hbase bundled anymore ?

So it seem safe to drop both commons-lang and guava. I kept proto since the native reader could also use this IIRC

@hudi-bot
Copy link

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build


<!--protobuf needs to be shaded because HBase 1.2.3 needs it at runtime, but Presto runtime does not have this
dependency-->
<!--protobuf needs to be shaded because HBase 1.2.3 and our native reader needs it at runtime,
Copy link
Contributor

Choose a reason for hiding this comment

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

We can also revisit protobuf dependency in a follow-up since HBase 2.4.9 also shaded protobuf IIRC.

@yihua yihua merged commit 217956c into apache:master Dec 21, 2024
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S PR with lines of changes in (10, 100]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants