-
Notifications
You must be signed in to change notification settings - Fork 453
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
[GLUTEN-3983][CORE] Shade Guava dependency #3984
Conversation
Run Gluten Clickhouse CI |
@zwangsheng, thanks for your fix! Please rebase the code to fix red CI. |
</excludes> | ||
</relocation> | ||
<relocation> | ||
<pattern>com.google.thirdparty</pattern> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also shade com.google.j2objc
and com.google.gson
? I saw the Spark connect Server module shade these things and I think it's reasonable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, i'll do rebase and shade those.
83342c0
to
5c4605f
Compare
Run Gluten Clickhouse CI |
Hi @PHILO-HE @ulysses-you , rebased and continue shade |
Run Gluten Clickhouse CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
What changes were proposed in this pull request?
Shaded Guava in gluten-package
Fixs: #3983
How was this patch tested?
Local Package Test