tjbanghart opened a new pull request, #2896:
URL: https://github.com/apache/calcite/pull/2896

   Firebolt does not support filter clauses in aggregate functions. e.g. 
COUNT(*) FILTER (WHERE a = 2).
   The [dialect 
implementation](https://github.com/apache/calcite/blob/main/core/src/main/java/org/apache/calcite/sql/dialect/FireboltSqlDialect.java)
 should override the `supportsAggregateFunctionFilter` method it currently 
inherits from the  base [SqlDialect 
class](https://github.com/apache/calcite/blob/b9c2099ea92a575084b55a206efc5dd341c0df62/core/src/main/java/org/apache/calcite/sql/SqlDialect.java#L758)
   
   Firebolt SQL reference: 
https://docs.firebolt.io/sql-reference/functions-reference/


-- 
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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to