-
Notifications
You must be signed in to change notification settings - Fork 442
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-1476][VL] Support GetStructField #1495
Conversation
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
cc @liujiayi771 |
Depends on #1878. |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
@@ -353,7 +353,11 @@ class VeloxDataTypeValidationSuite extends WholeStageTransformerSuite { | |||
// Validation: BatchScan Project Aggregate Sort Limit | |||
// TODO validate Expand operator support Struct type ? | |||
runQueryAndCompare("select int, struct.struct_1 from type1 " + | |||
"sort by struct.struct_1 limit 1") { _ => } | |||
"sort by struct.struct_1 limit 1") { df => { |
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.
Do we need to add the nested struct type test?
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.
There are several tests from Spark on that in GlutenDataFrameSetOperationsSuite and were fixed.
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.
This reverts commit f3ed0aa.
Run Gluten Clickhouse CI |
@JkSelf Could you help review again? Just reverted the test branch. |
What changes were proposed in this pull request?
Support GetStructField on Velox backend.
oap-project/velox#294
#1476
How was this patch tested?
under test