[CORE] Refine the test with specified spark version#9274
[CORE] Refine the test with specified spark version#9274zhztheplayer merged 1 commit intoapache:mainfrom
Conversation
|
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format? See also: |
|
Run Gluten Clickhouse CI on x86 |
Yohahaha
left a comment
There was a problem hiding this comment.
nice refactoring, thank you!
|
may need to verify the total count of passed UT does not decreased. |
|
@Yohahaha Thanks for your review. I checked the,
It works fine as expected. |
acdfab1 to
f14772d
Compare
|
Run Gluten Clickhouse CI on x86 |
f14772d to
ceb368a
Compare
|
Run Gluten Clickhouse CI on x86 |
ceb368a to
00a9939
Compare
|
Run Gluten Clickhouse CI on x86 |
|
|
||
| testWithSpecifiedSparkVersion( | ||
| "iceberg bucketed join partition value not exists partial cluster", Array("3.4", "3.5")) { | ||
| "iceberg bucketed join partition value not exists partial cluster", "3.4", "3.5") { |
There was a problem hiding this comment.
nit: this can also be changed to testWithMinSparkVersion
|
|
||
| testWithSpecifiedSparkVersion("iceberg bucketed join partition value not exists", | ||
| Array("3.4", "3.5")) { | ||
| "3.4", "3.5") { |
There was a problem hiding this comment.
nit: this can also be changed to testWithMinSparkVersion
00a9939 to
f567653
Compare
|
Run Gluten Clickhouse CI on x86 |
f567653 to
4ebf0c4
Compare
|
Run Gluten Clickhouse CI on x86 |

What changes were proposed in this pull request?
This PR aims to refine the test with specified spark version.
for example, before, testWithSpecifiedSparkVersion(" XXX ", Some (" 3.3 ")) can let dev think only in 3.3 test, but the reality is above 3.3 is tested.
How was this patch tested?
GA