gianm commented on code in PR #13955: URL: https://github.com/apache/druid/pull/13955#discussion_r1150037827
########## sql/src/test/java/org/apache/druid/sql/calcite/CalciteQueryTest.java: ########## Review Comment: Thanks for validating this! I've not added `msqCompatible` to `testFilterOnTimeFloorMisaligned` because there's still another issue: the query runs with GroupBy, which doesn't generate the required empty row when nothing matches the filter. (The results are empty; they should be a single `[0]`.) -- 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]
