Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.3, 1.9.1
Description
For the sql in batch mode,
SELECT a, COUNT(a), SUM(DISTINCT b) FILTER (WHERE a > 0) FROM MyTable GROUP BY a
plan generated after logical stage is as following, which is not correct. The `Filter $4` should be `$f2 and $g_0`.
Attachments
Attachments
Issue Links
- links to