kgyrtkirk commented on code in PR #18232:
URL: https://github.com/apache/druid/pull/18232#discussion_r2266350369
##########
sql/src/test/java/org/apache/druid/sql/calcite/CalciteArraysQueryTest.java:
##########
@@ -2651,6 +2651,7 @@ public void testArrayAggMultiValue()
);
}
+ @NotYetSupported(Modes.DD_RESULT_MISMATCH_FLOAT_DOUBLE)
Review Comment:
I marked the testcase as I think in this case this is not a rounding error;
I think `ARRAY_AGG` should never make a float become a `double`; so I feel
like this is a different kind of problem; it also feels like its outside the
scope of this PR
--
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]