viirya opened a new issue, #283: URL: https://github.com/apache/arrow-datafusion-comet/issues/283
### Describe the bug Aggregate expression with filer is incorrectly translated to Comet aggregate native aggregation expression without filter now. It causes at least one query failure. For example, in `org.apache.spark.sql.SQLQueryTestSuite`: ``` [info] - count.sql *** FAILED *** (3 seconds, 483 milliseconds) [info] count.sql [info] Expected "[1 1]", but got "[2 2]" Result did not match for query #7 [info] SELECT count(DISTINCT 2), count(DISTINCT 3,2) (SQLQueryTestSuite.scala:495) ``` ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
