-
Notifications
You must be signed in to change notification settings - Fork 447
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-3962][VL] Respect parsed attribute name and remove column name validate logic #3963
Conversation
Run Gluten Clickhouse CI |
Spark33 allow read parquet column with special characters but Spark32 does not.... details see apache/spark#35229 |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
@PHILO-HE @rui-mo @ulysses-you please help review, thank you! |
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.
Thanks for your work! Just few comments.
backends-velox/src/test/scala/io/glutenproject/execution/TestOperator.scala
Outdated
Show resolved
Hide resolved
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
backends-velox/src/test/scala/io/glutenproject/execution/TestOperator.scala
Outdated
Show resolved
Hide resolved
gluten-core/src/main/scala/io/glutenproject/expression/ConverterUtils.scala
Outdated
Show resolved
Hide resolved
Run Gluten Clickhouse CI |
gluten-core/src/main/scala/io/glutenproject/expression/ConverterUtils.scala
Outdated
Show resolved
Hide resolved
Run Gluten Clickhouse CI |
cc @waitinfuture please help rerun failed ci job, thank you! |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
@PHILO-HE @ulysses-you @rui-mo any more comments? |
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.
Looks good to me! 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.
LGTM, thanks!
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
What changes were proposed in this pull request?
Respect parsed attribute name from Spark,
sum(a)
is a valid attr name in Spark.Remove column name validate logic safely since SparkTokenizer already added.
(Fixes: #3962)
How was this patch tested?
added UT.