DonnyZone commented on a change in pull request #1592: [CALCITE-3512] Query 
fails when comparing Time/TimeStamp types
URL: https://github.com/apache/calcite/pull/1592#discussion_r347773065
 
 

 ##########
 File path: core/src/test/java/org/apache/calcite/test/ReflectiveSchemaTest.java
 ##########
 @@ -806,6 +806,22 @@ private static boolean isNumeric(Class type) {
         .returnsUnordered("V=1970-01-01");
   }
 
+  @Test public void testDateCanCompare2() {
+    final String sql = "select a.v1, a.v2\n"
 
 Review comment:
   Yes, we can. I have merged them together.

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


With regards,
Apache Git Services

Reply via email to