taiyang-li commented on code in PR #574:
URL: https://github.com/apache/incubator-gluten/pull/574#discussion_r1716386548
##########
gluten-core/src/main/resources/substrait/proto/substrait/algebra.proto:
##########
@@ -890,6 +892,17 @@ message Expression {
}
}
+message GenerateRel {
+ RelCommon common = 1;
+ Rel input = 2;
+
+ Expression generator = 3;
Review Comment:
GenerateRel and ExpandRel is different. The former is used to represent
spark `lateral view explode/posexpode`, and the latter is used to represent
spark `grouping sets` or `with cube`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]