-
Notifications
You must be signed in to change notification settings - Fork 467
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-8633] [VL] Rewrite tests for Gluten ColumnarRange #8634
Conversation
Run Gluten Clickhouse CI on x86 |
eda9201
to
fab3cb5
Compare
Run Gluten Clickhouse CI on x86 |
2 similar comments
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
298eefb
to
196686d
Compare
Run Gluten Clickhouse CI on x86 |
2 similar comments
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
cd7b34a
to
ff6aec7
Compare
Run Gluten Clickhouse CI on x86 |
1 similar comment
Run Gluten Clickhouse CI on x86 |
88e55f6
to
c3eed8b
Compare
Run Gluten Clickhouse CI on x86 |
c3eed8b
to
c0654df
Compare
Run Gluten Clickhouse CI on x86 |
c0654df
to
edbc165
Compare
Run Gluten Clickhouse CI on x86 |
edbc165
to
a1d18cd
Compare
Run Gluten Clickhouse CI on x86 |
a1d18cd
to
b554236
Compare
Run Gluten Clickhouse CI on x86 |
Run Gluten Clickhouse CI on x86 |
cc @PHILO-HE could you please take a look at this also thanks! |
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.
@ArnavBalyan, thanks for your pr!
@@ -359,6 +360,29 @@ class GlutenDataFrameSuite extends DataFrameSuite with GlutenSQLTestsTrait { | |||
checkResult(df, expectedBinaryResult) | |||
} | |||
|
|||
test("SPARK-27439: Explain result should match collected result after view change - re-write") { |
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.
use testGluten("SPARK-27439: Explain result should match collected result after view change")
. testGluten
implies it's a variant based on Spark's test. Then, no need to append "re-write".
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.
Ditto for other applicable code changes.
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.
done thanks
@@ -263,6 +263,8 @@ class ClickHouseTestSettings extends BackendTestSettings { | |||
.exclude("SPARK-24165: CaseWhen/If - nullability of nested types") | |||
.exclude("SPARK-27671: Fix analysis exception when casting null in nested field in struct") | |||
.exclude("summary") | |||
.exclude( |
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.
Change to use excludeGluten
when testGluten
is used.
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.
updated
@@ -263,6 +263,8 @@ class ClickHouseTestSettings extends BackendTestSettings { | |||
.exclude("SPARK-24165: CaseWhen/If - nullability of nested types") | |||
.exclude("SPARK-27671: Fix analysis exception when casting null in nested field in struct") | |||
.exclude("summary") | |||
.exclude( | |||
"SPARK-27439: Explain result should match collected result after view change - re-write") |
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.
remove " - re-write".
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.
done
242c78e
to
b94eb71
Compare
Run Gluten Clickhouse CI on x86 |
@ArnavBalyan could you please do a rebase with latest main? The issue on the failed CI should be fixed now. Thanks. |
b94eb71
to
0778617
Compare
Run Gluten Clickhouse CI on x86 |
done thanks |
@ArnavBalyan, seems you pushed wrong code version that has not fixed my comments. Please check the code again. Thanks! |
sorry about that, let me update it |
Run Gluten Clickhouse CI on x86 |
===== Performance report for TPCDS SF2000 with Velox backend, for reference only ====
|
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
What changes were proposed in this pull request?
How was this patch tested?