julianhyde commented on code in PR #5024:
URL: https://github.com/apache/calcite/pull/5024#discussion_r3434038967
##########
core/src/main/java/org/apache/calcite/adapter/enumerable/EnumerableUncollect.java:
##########
@@ -125,7 +125,7 @@ public static EnumerableUncollect create(RelTraitSet
traitSet, RelNode input,
final Expression lambda = lambdaForStructWithSingleItem != null
? lambdaForStructWithSingleItem
- : Expressions.call(BuiltInMethod.FLAT_PRODUCT.method,
+ : Expressions.call(BuiltInMethod.FLAT_ZIP.method,
Review Comment:
You can remove `FLAT_PRODUCT` if it is now unused. `class SqlFunctions` is
not a public API. The methods are merely helpers to implement SQL functions.
Subject to revision/removal without notice.
--
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]