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


##########
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java:
##########
@@ -9314,11 +9314,12 @@ private static void 
checkGroupConcatFuncFails(SqlOperatorFixture t) {
   }
 
   private static void checkArrayAggFunc(SqlOperatorFixture f) {
-    f.setFor(SqlLibraryOperators.ARRAY_CONCAT_AGG, VM_FENNEL, VM_JAVA);
+    f.setFor(SqlLibraryOperators.ARRAY_AGG, VM_FENNEL, VM_JAVA);

Review Comment:
   When fixing some similar bugs I have found that a RelOptRulesTest can often 
exhibit the bug by producing a wrong plan.
   Here is an example: 
https://github.com/apache/calcite/pull/3289/files#diff-a430972be1169f680b7886b824720254fa1dabe37191db34bd2a63f10cf7a438
   I don't know if it will work in your case as well.



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