You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another one bug found while fixing test failures in #250.
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
The text was updated successfully, but these errors were encountered:
viirya
changed the title
Aggregate expression with filer is incorrectly translated to Comet aggregate native aggregation expression
Aggregate expression with filter is incorrectly translated to Comet aggregate native aggregation expression
Apr 18, 2024
Describe the bug
Another one bug found while fixing test failures in #250.
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
:Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: