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

[core] Move the hilbert dependencies to paimon-common module #3251

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

WencongLiu
Copy link
Contributor

@WencongLiu WencongLiu commented Apr 23, 2024

Purpose

Move the hilbert dependencies to paimon-common module.

Linked issue: close #3250

Tests

I have conducted end-to-end testing and confirmed that the jar packaged in the paimon-flink/paimon-flink-1.17 module contains the necessary dependencies

@JingsongLi
Copy link
Contributor

Can you show the jar changing? How much has the size of paymon-common.jar increased?

@WencongLiu
Copy link
Contributor Author

Can you show the jar changing? How much has the size of paymon-common.jar increased?

Before the modification, the size of paimon-common-0.8-SNAPSHOT.jar was 3.7M.
After the modification, the size of paimon-common-0.8-SNAPSHOT.jar was 3.8M.

Dependencies related to the hilbert-curve will be added to the jar, as shown in the figure:

image

Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

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

+1

@JingsongLi JingsongLi merged commit f0c43a8 into apache:master Apr 25, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Hilbert-curve dependency is missed in the built JAR file of paimon-flink/paimon-xxx module
2 participants