NobiGo commented on code in PR #4327:
URL: https://github.com/apache/calcite/pull/4327#discussion_r2055917281
##########
core/src/main/java/org/apache/calcite/util/RelToSqlConverterUtil.java:
##########
@@ -64,6 +68,79 @@ public static void unparseHiveTrim(
}
}
+ /**
+ * Unparses IS_TURE/IS_FALSE/IS_NOT_TRUE/IS_NOT_FALSE to right format for
dialects.
+ *
+ * <p>For example :
+ *
+ * <blockquote><pre>
Review Comment:
1)Unparses IS TRUE,IS FALSE,IS NOT TRUE and IS NOT FALSE.
2) Generalize this expression using A( A IS NULL ), and explain that an
exception will be thrown when A is a non-deterministic function.
--
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]