[SPARK-37851][SQL][TESTS] Mark org.apache.spark.sql.hive.execution as slow tests#35151
Closed
HyukjinKwon wants to merge 2 commits intoapache:masterfrom
Closed
[SPARK-37851][SQL][TESTS] Mark org.apache.spark.sql.hive.execution as slow tests#35151HyukjinKwon wants to merge 2 commits intoapache:masterfrom
HyukjinKwon wants to merge 2 commits intoapache:masterfrom
Conversation
Member
Author
|
FYI: we should wait and see the actual elapsed time before merging it in. |
Member
Author
|
SQL side the impact seems trivial. I will just target org.apache.spark.sql.hive.execution alone here. |
Member
Author
|
im reruning few times in https://github.com/HyukjinKwon/spark/runs/4759458274?check_suite_focus=true to verify the rebalancing. |
srowen
approved these changes
Jan 10, 2022
yaooqinn
approved these changes
Jan 10, 2022
dongjoon-hyun
approved these changes
Jan 10, 2022
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you for this rebalancing, @HyukjinKwon and all.
Merged to master.
Member
Author
|
Thanks guys! |
dchvn
pushed a commit
to dchvn/spark
that referenced
this pull request
Jan 19, 2022
… slow tests ### What changes were proposed in this pull request? This PR proposes to mark `org.apache.spark.sql.hive.execution` as slow tests to rebalance the jobs in GitHub Actions. ### Why are the changes needed? Related to SPARK-33171 and SPARK-32884. We should rebalance both: - "hive -slow tests": https://github.com/apache/spark/runs/4755996153?check_suite_focus=true - "hive - other tests": https://github.com/apache/spark/runs/4755996212?check_suite_focus=true ### Does this PR introduce _any_ user-facing change? No, dev-only. ### How was this patch tested? CI in this PR should test it out. Closes apache#35151 from HyukjinKwon/SPARK-37851. Authored-by: Hyukjin Kwon <gurwls223@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR proposes to mark
org.apache.spark.sql.hive.executionas slow tests to rebalance the jobs in GitHub Actions.Why are the changes needed?
Related to SPARK-33171 and SPARK-32884. We should rebalance both:
Does this PR introduce any user-facing change?
No, dev-only.
How was this patch tested?
CI in this PR should test it out.