Skip to content
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

Merged
merged 3 commits into from
Jun 9, 2023
Merged

Conversation

rui-mo
Copy link
Contributor

@rui-mo rui-mo commented Apr 24, 2023

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

@github-actions
Copy link

Run Gluten Clickhouse CI

@rui-mo rui-mo marked this pull request as draft April 24, 2023 12:57
@github-actions
Copy link

#1476

@rui-mo rui-mo marked this pull request as ready for review June 6, 2023 12:13
@github-actions
Copy link

github-actions bot commented Jun 6, 2023

Run Gluten Clickhouse CI

@rui-mo
Copy link
Contributor Author

rui-mo commented Jun 6, 2023

cc @liujiayi771

@rui-mo
Copy link
Contributor Author

rui-mo commented Jun 7, 2023

Depends on #1878.

@github-actions
Copy link

github-actions bot commented Jun 8, 2023

Run Gluten Clickhouse CI

@github-actions
Copy link

github-actions bot commented Jun 9, 2023

Run Gluten Clickhouse CI

@github-actions
Copy link

github-actions bot commented Jun 9, 2023

Run Gluten Clickhouse CI

1 similar comment
@github-actions
Copy link

github-actions bot commented Jun 9, 2023

Run Gluten Clickhouse CI

@rui-mo rui-mo requested a review from JkSelf June 9, 2023 08:07
@@ -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 => {
Copy link
Contributor

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?

Copy link
Contributor Author

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.

JkSelf
JkSelf previously approved these changes Jun 9, 2023
Copy link
Contributor

@JkSelf JkSelf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@github-actions
Copy link

github-actions bot commented Jun 9, 2023

Run Gluten Clickhouse CI

@rui-mo
Copy link
Contributor Author

rui-mo commented Jun 9, 2023

@JkSelf Could you help review again? Just reverted the test branch.

@rui-mo rui-mo merged commit afa6d05 into apache:main Jun 9, 2023
@rui-mo rui-mo deleted the wip_struct branch October 25, 2023 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants