wojustme commented on a change in pull request #2692:
URL: https://github.com/apache/calcite/pull/2692#discussion_r785902625



##########
File path: babel/src/test/java/org/apache/calcite/test/BabelParserTest.java
##########
@@ -261,6 +261,15 @@ private void checkParseInfixCast(String sqlType) {
     sql(sql).ok(expected);
   }
 
+  /** Tests parsing MySQL-style "<=>" equal operator. */
+  @Test void testParseNullSafeEqual()  {
+    String sql = "SELECT x <=> 3 FROM (VALUES (1, 2)) as tbl(x,y)";
+    String expected = ""

Review comment:
       Got it. I have updated.




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