[GLUTEN-11088][VL] Adding SQLQueryTestSuite for Spark-4.0#11136
Merged
rui-mo merged 5 commits intoapache:mainfrom Dec 22, 2025
Merged
[GLUTEN-11088][VL] Adding SQLQueryTestSuite for Spark-4.0#11136rui-mo merged 5 commits intoapache:mainfrom
rui-mo merged 5 commits intoapache:mainfrom
Conversation
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
9769473 to
028e82f
Compare
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
3b52acd to
59a48ea
Compare
|
Run Gluten Clickhouse CI on x86 |
b0b21c7 to
6946e30
Compare
|
Run Gluten Clickhouse CI on x86 |
6946e30 to
7c41db0
Compare
|
Run Gluten Clickhouse CI on x86 |
7c41db0 to
f1e15f1
Compare
|
Run Gluten Clickhouse CI on x86 |
f1e15f1 to
6639d05
Compare
|
Run Gluten Clickhouse CI on x86 |
6639d05 to
7932550
Compare
|
Run Gluten Clickhouse CI on x86 |
7932550 to
3a3b26c
Compare
|
Run Gluten Clickhouse CI on x86 |
3a3b26c to
ffd73bf
Compare
|
Run Gluten Clickhouse CI on x86 |
ffd73bf to
fa9cd57
Compare
|
Run Gluten Clickhouse CI on x86 |
fa9cd57 to
24faa38
Compare
|
Run Gluten Clickhouse CI on x86 |
24faa38 to
290b4e9
Compare
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
737fb26 to
e3677a1
Compare
|
Run Gluten Clickhouse CI on x86 |
e3677a1 to
2c6b085
Compare
|
Run Gluten Clickhouse CI on x86 |
Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
2c6b085 to
e669473
Compare
|
Run Gluten Clickhouse CI on x86 |
| @@ -0,0 +1,8 @@ | |||
| --SET spark.sql.binaryOutputStyle=UTF-8 | |||
|
|
|||
| SELECT X''; | |||
Contributor
There was a problem hiding this comment.
Could we not copy so many files from Spark, can we use spark.test.home?
Member
Author
|
The SQL query test is specially handled: we need to modify the sql outputs to align with spark for some cases.
In the same time there are also updates from spark4.0 so we need to merge the modifications
________________________________
From: Jin Chengcheng ***@***.***>
Sent: Monday, December 22, 2025 10:11:53 AM
To: apache/incubator-gluten ***@***.***>
Cc: Yuan ***@***.***>; Author ***@***.***>
Subject: Re: [apache/incubator-gluten] [GLUTEN-11088][VL] Adding SQLQueryTestSuite for Spark-4.0 (PR #11136)
@jinchengchenghh commented on this pull request.
________________________________
In gluten-ut/spark40/src/test/resources/backends-velox/sql-tests/inputs/binary.sql<#11136 (comment)>:
@@ -0,0 +1,8 @@
+--SET spark.sql.binaryOutputStyle=UTF-8
+
+SELECT X'';
Could we not copy so many files from Spark, can we use spark.test.home?
—
Reply to this email directly, view it on GitHub<#11136 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAAKXDNZIOH66J2BJU3OOY34C5HOTAVCNFSM6AAAAACMXC6CBWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTMMBSGMZDOOJTGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
rui-mo
approved these changes
Dec 22, 2025
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 are proposed in this pull request?
There's a refactor on SQLQueryTestSuite in Spark-4.0, which pulls out some traits and added more sql tests.
This patch ports the SQLQueryTestSuite for Gluten.
How was this patch tested?
Pass GHA
Related issue: #11088