mihaibudiu commented on code in PR #3563:
URL: https://github.com/apache/calcite/pull/3563#discussion_r1419830987


##########
core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java:
##########
@@ -143,6 +143,10 @@ public static void checkActualAndReferenceFiles() {
     sql("select interval mgr hour as h from emp").ok();
   }
 
+  @Test void testIntervalSecondNoFractionalPart() {

Review Comment:
   it is customary to add a comment with the JIRA issue that is being solved.
   Please follow the other examples in this file that start with "Test case 
for".
   Note that everything is important, including the last period.
   



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