alexandrefimov commented on code in PR #5237:
URL: https://github.com/apache/calcite/pull/5237#discussion_r3917417445


##########
core/src/test/java/org/apache/calcite/sql/SqlNodeTest.java:
##########
@@ -96,6 +97,39 @@ class SqlNodeTest {
         containsString("exceeds the configured plain-notation bound"));
   }
 
+  /** Test case for
+   * <a 
href="https://issues.apache.org/jira/browse/CALCITE-4543";>[CALCITE-4543]
+   * Interval literal loses a fractional second when it has scale greater
+   * than 3</a>.
+   *
+   * <p>This is the value that {@code SqlNodeToRexConverterImpl} passes to

Review Comment:
   Removed



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