Dandandan commented on PR #6800:
URL:
https://github.com/apache/arrow-datafusion/pull/6800#issuecomment-1620614697
@alamb I pushed a fix for sum - there's still an issue in average (which
might be a similar issue I think)
```
[SQL] SELECT c1, AVG(c2) FILTER (WHERE c2 >= 20) AS avg_c2 FROM test_table
GROUP BY c1
[Diff] (-expected|+actual)
1 20
2 20
- 3 NULL
+ 3 NaN
```
--
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]