-
Notifications
You must be signed in to change notification settings - Fork 447
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-3625][FOLLOWUP] Fix IDEA load module issue #3647
Conversation
Run Gluten Clickhouse CI |
I always enable all the Spark profiles, so did not realize the idea issue.. @zzcclp can you try this pr ? thank you |
cc @baibaichen |
<modules> | ||
<module>common</module> | ||
<module>${spark.test.module}</module> | ||
</modules> |
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.
Does it work if just adding the below in shims/pom.xml, similar to the above?
<modules>
<module>common</module>
<module>${spark.shim.module}</module>
</modules>
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.
addessed and manually verified
manually test, it works for me in IDEA. |
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 for your quick response!
Let's wait for @baibaichen to verify. @zzcclp, please re-confirm the latest changes. Thanks!
it's ok now. let's merge! |
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
* Fix idea load module issue * address
What changes were proposed in this pull request?
Fix IDEA load module issue
How was this patch tested?
manually test