dssysolyatin commented on code in PR #5190:
URL: https://github.com/apache/calcite/pull/5190#discussion_r3878295613


##########
core/src/main/java/org/apache/calcite/sql2rel/RelStructuredTypeFlattener.java:
##########
@@ -229,6 +242,9 @@ private RelNode tryRestructure(RelNode root, RelNode 
flattened) {
           .projectNamed(structuringExps, resultFieldNames, true)
           .build();
       restructured = RelOptUtil.copyRelHints(flattened, restructured);
+      // REVIEW jvs 23-Mar-2005:  How do we make sure that this
+      // implementation stays in Java?  Fennel can't handle

Review Comment:
   What is Fennel ? Does it still exist ?



-- 
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]

Reply via email to