DonnyZone commented on a change in pull request #1575: [CALCITE-3498] Unnest 
operation's ordinality should be deterministic
URL: https://github.com/apache/calcite/pull/1575#discussion_r346101084
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/runtime/SqlFunctions.java
 ##########
 @@ -2747,6 +2747,14 @@ public static Object structAccess(Object structObject, 
int index, String fieldNa
       list = Arrays.asList(flatElements);
     }
 
+    @Override public boolean moveNext() {
 
 Review comment:
   @rubenada Comments addressed. Thanks, Rubenada!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to