michael-s-molina commented on issue #20155:
URL: https://github.com/apache/superset/issues/20155#issuecomment-1144155080
@ensky I'm not able to reproduce the error with the query you provided:
```
SELECT DATE_TRUNC('day', publish_date),
count(*) AS count
FROM
(SELECT '2021-01-01'::date as publish_date) AS virtual_table
GROUP BY DATE_TRUNC('day', publish_date)
LIMIT 50000;
```
Executed tests:
- `master` on `Postgres 12`
- `master` on `Postgres 12.11`
- `1.5.1rc1` on `Postgres 12`
- `1.5.1rc1` on `Postgres 12.11`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]