[GLUTEN-8581][VL] Fix Spark legacy date formatter under case insensitive configuration#8583
Merged
philo-he merged 4 commits intoapache:mainfrom Jan 25, 2025
Merged
Conversation
|
Run Gluten Clickhouse CI on x86 |
1f05a5a to
c4c1e99
Compare
|
Run Gluten Clickhouse CI on x86 |
c4c1e99 to
e6e1039
Compare
|
Run Gluten Clickhouse CI on x86 |
…rk.sql.legacy.timeParserPolicy is set to LEGACY or legacy.
e6e1039 to
a84c127
Compare
|
Run Gluten Clickhouse CI on x86 |
FelixYBW
reviewed
Jan 21, 2025
e7079e6 to
daff06f
Compare
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
jackylee-ch
reviewed
Jan 22, 2025
philo-he
reviewed
Jan 22, 2025
gluten-ut/spark35/src/test/scala/org/apache/spark/sql/GlutenDateFunctionsSuite.scala
Outdated
Show resolved
Hide resolved
|
Run Gluten Clickhouse CI on x86 |
02ff850 to
5500591
Compare
|
Run Gluten Clickhouse CI on x86 |
5500591 to
7e1d7cb
Compare
|
Run Gluten Clickhouse CI on x86 |
zml1206
reviewed
Jan 24, 2025
gluten-ut/spark32/src/test/scala/org/apache/spark/sql/GlutenDateFunctionsSuite.scala
Outdated
Show resolved
Hide resolved
gluten-ut/spark33/src/test/scala/org/apache/spark/sql/GlutenDateFunctionsSuite.scala
Outdated
Show resolved
Hide resolved
gluten-ut/spark34/src/test/scala/org/apache/spark/sql/GlutenDateFunctionsSuite.scala
Outdated
Show resolved
Hide resolved
gluten-ut/spark35/src/test/scala/org/apache/spark/sql/GlutenDateFunctionsSuite.scala
Outdated
Show resolved
Hide resolved
|
Run Gluten Clickhouse CI on x86 |
7266254 to
50fc3c4
Compare
|
Run Gluten Clickhouse CI on x86 |
Contributor
Author
FelixYBW
approved these changes
Jan 24, 2025
Contributor
|
===== Performance report for TPCDS SF2000 with Velox backend, for reference only ====
|
baibaichen
pushed a commit
to baibaichen/gluten
that referenced
this pull request
Feb 1, 2025
…ive configuration (apache#8583)
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?
The #7375 has enabled Velox simple date time formatter if the
spark.sql.legacy.timeParserPolicyis set toLEGACY. But, it doesn't work when thespark.sql.legacy.timeParserPolicyis set tolegacy.(Fixes: #8581)
How was this patch tested?
Add unittests.