[SPARK-35991][SQL] Add PlanStability suite for TPCH#33736
[SPARK-35991][SQL] Add PlanStability suite for TPCH#33736AngersZhuuuu wants to merge 24 commits intoapache:masterfrom
Conversation
|
FYI @wangyum @cloud-fan |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #142424 has finished for PR 33736 at commit
|
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Test build #142461 has finished for PR 33736 at commit
|
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Kubernetes integration test starting |
|
Test build #142463 has finished for PR 33736 at commit
|
|
Kubernetes integration test status success |
|
Test build #142464 has finished for PR 33736 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #142468 has finished for PR 33736 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Kubernetes integration test status success |
|
Test build #142476 has finished for PR 33736 at commit
|
|
Test build #142539 has finished for PR 33736 at commit
|
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Test build #142558 has finished for PR 33736 at commit
|
|
retest this please |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #142575 has finished for PR 33736 at commit
|
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Test build #142605 has finished for PR 33736 at commit
|
sql/core/src/test/scala/org/apache/spark/sql/PlanSuiteBase.scala
Outdated
Show resolved
Hide resolved
Co-authored-by: Wenchen Fan <cloud0fan@gmail.com>
…nto SPARK-35991
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Test build #142615 has finished for PR 33736 at commit
|
|
Test build #142619 has finished for PR 33736 at commit
|
|
thanks, merging to master! |
|
|
||
| protected def injectStats: Boolean = false | ||
|
|
||
| override def sparkConf: SparkConf = { |
There was a problem hiding this comment.
nit: we should not remove the protected modifier here. It forces all the traits/classes extending this trait to also remove the protected modifier, which is an unnecessary breaking.
What changes were proposed in this pull request?
Add PlanStability suite for TPCH
Why are the changes needed?
Add PlanStability suite for TPCH
Does this PR introduce any user-facing change?
No
How was this patch tested?
Added UT