rubenada commented on code in PR #4607:
URL: https://github.com/apache/calcite/pull/4607#discussion_r2470235808


##########
core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java:
##########
@@ -4354,6 +4354,11 @@ void checkCorrelatedMapSubQuery(boolean expand) {
     sql(sql).ok();
   }
 
+  @Test void testArraySubqueryOrderByProjectedFieldWithoutExpand() {

Review Comment:
   Actually I added this test just for completeness, but it does not reproduced 
the original issue: it is a Subquery Order By **Projected** Field (which worked 
fine), and the problem was on Order By **Non Projected Field**  (whose test 
contains the corresponding jira title)



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