jihoonson commented on a change in pull request #11058:
URL: https://github.com/apache/druid/pull/11058#discussion_r608083691
##########
File path: sql/src/test/java/org/apache/druid/sql/calcite/CalciteQueryTest.java
##########
@@ -174,7 +180,28 @@ public void testSelectNonNumericNumberLiterals() throws
Exception
+ " CAST(-1 / 0.0 AS BIGINT),"
+ " CAST(-1 / -0.0 AS BIGINT),"
+ " CAST(0/ 0.0 AS BIGINT)",
- ImmutableList.of(),
+ ImmutableList.of(
Review comment:
Good point. I added a section for the release note.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]