jinxing64 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_r365858226
##########
File path:
core/src/main/java/org/apache/calcite/sql/fun/SqlLibraryOperators.java
##########
@@ -360,4 +367,23 @@ private SqlLibraryOperators() {
public static final SqlOperator INFIX_CAST =
new SqlCastOperator();
+ @LibraryOperator(libraries = {BIGQUERY, HIVE, SPARK})
Review comment:
no mysql ?
----------------------------------------------------------------
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