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

[GLUTEN-3625][FOLLOWUP] Fix IDEA load module issue #3647

Merged
merged 2 commits into from
Nov 8, 2023

Conversation

ulysses-you
Copy link
Contributor

What changes were proposed in this pull request?

Fix IDEA load module issue

How was this patch tested?

manually test

Copy link

github-actions bot commented Nov 8, 2023

#3625

Copy link

github-actions bot commented Nov 8, 2023

Run Gluten Clickhouse CI

@ulysses-you
Copy link
Contributor Author

I always enable all the Spark profiles, so did not realize the idea issue.. @zzcclp can you try this pr ? thank you

@PHILO-HE
Copy link
Contributor

PHILO-HE commented Nov 8, 2023

cc @baibaichen

<modules>
<module>common</module>
<module>${spark.test.module}</module>
</modules>
Copy link
Contributor

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>

Copy link
Contributor Author

Choose a reason for hiding this comment

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

addessed and manually verified

@zzcclp
Copy link
Contributor

zzcclp commented Nov 8, 2023

manually test, it works for me in IDEA.

Copy link

github-actions bot commented Nov 8, 2023

Run Gluten Clickhouse CI

Copy link
Contributor

@PHILO-HE PHILO-HE left a 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!

@baibaichen
Copy link
Contributor

it's ok now. let's merge!

@baibaichen baibaichen merged commit 0e99bb6 into apache:main Nov 8, 2023
16 checks passed
@ulysses-you ulysses-you deleted the follow branch November 8, 2023 07:48
@GlutenPerfBot
Copy link
Contributor

===== Performance report for TPCH SF2000 with Velox backend, for reference only ====

query log/native_3647_time.csv log/native_master_11_07_2023_e3eff1d8f_time.csv difference percentage
q1 32.43 34.38 1.947 106.00%
q2 25.71 25.03 -0.685 97.33%
q3 37.96 38.14 0.184 100.49%
q4 38.24 37.57 -0.668 98.25%
q5 69.28 71.50 2.220 103.20%
q6 6.30 6.26 -0.046 99.28%
q7 85.23 82.22 -3.010 96.47%
q8 88.04 86.95 -1.091 98.76%
q9 118.74 119.81 1.065 100.90%
q10 52.42 51.26 -1.153 97.80%
q11 20.00 19.73 -0.269 98.66%
q12 25.50 24.39 -1.106 95.66%
q13 48.72 50.30 1.577 103.24%
q14 18.29 17.67 -0.627 96.57%
q15 31.13 30.35 -0.775 97.51%
q16 16.20 16.20 0.002 100.02%
q17 101.96 101.51 -0.455 99.55%
q18 147.88 148.26 0.380 100.26%
q19 14.88 16.17 1.290 108.67%
q20 29.46 30.31 0.848 102.88%
q21 224.06 224.88 0.826 100.37%
q22 13.19 14.08 0.898 106.81%
total 1245.63 1246.98 1.353 100.11%

ulysses-you added a commit to ulysses-you/gluten that referenced this pull request Dec 7, 2023
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.

5 participants