You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/01/13 15:19:51 UTC

[GitHub] [calcite] ritesh-kapoor commented on a change in pull request #1755: CALCITE-3731 : Add IF function for BigQuery, Hive and Spark Dialects

ritesh-kapoor commented on a change in pull request #1755: CALCITE-3731 : Add IF function for BigQuery, Hive and Spark Dialects
URL: https://github.com/apache/calcite/pull/1755#discussion_r365857914
 
 

 ##########
 File path: core/src/test/java/org/apache/calcite/sql/test/SqlOperatorBaseTest.java
 ##########
 @@ -4504,6 +4504,27 @@ private void checkNullOperand(SqlTester tester, String op) {
     testerMysql.checkNull("reverse(cast(null as varchar(1)))");
   }
 
+  @Test public void testIfFunc() {
 
 Review comment:
   Seems like we extract common test cases

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services