paul-rogers commented on code in PR #13844: URL: https://github.com/apache/druid/pull/13844#discussion_r1117805526
########## extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/test/CalciteSelectQueryMSQTest.java: ########## @@ -161,4 +165,19 @@ public void testQueryWithMoreThanMaxNumericInFilter() } + @Test + @Override + public void testArrayAggQueryOnComplexDatatypes() Review Comment: Would be worth including an explanation that this feature does not work on MSQ, but does work with "classic" queries. Might be wroth also adding links between the tests to cross-reference the MSQ vs. "classic" case. That way, if this ever changes in the future, folks can sort out where the two copies of the test live. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
