mihaibudiu commented on code in PR #5005:
URL: https://github.com/apache/calcite/pull/5005#discussion_r3384008885


##########
core/src/test/java/org/apache/calcite/test/SqlValidatorTest.java:
##########
@@ -9841,6 +9841,9 @@ void testGroupExpressionEquivalenceParams() {
     sql("SELECT dept_nested.employees[1].detail.skills[1].others.a as oa\n"
         + "from dept_nested")
         .type("RecordType(VARCHAR(10) OA) NOT NULL");
+    // Test case for [CALCITE-4353] Validator fails to expand order expression 
with dot operator

Review Comment:
   Test added as a separate commit; checked that the test fails without this 
change.



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