suibianwanwank commented on code in PR #3897:
URL: https://github.com/apache/calcite/pull/3897#discussion_r1702148854


##########
core/src/main/java/org/apache/calcite/sql/SqlDialect.java:
##########
@@ -784,6 +784,11 @@ public boolean supportsWindowFunctions() {
     return true;
   }
 
+  /** Returns whether this dialect supports case when return boolean type. */
+  public boolean supportBooleanCaseWhen() {

Review Comment:
   Did you say "true" literal?, I have supported in 
[CALCITE-6482](https://github.com/apache/calcite/pull/3863)



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