Jefffrey commented on issue #3353:
URL: https://github.com/apache/datafusion/issues/3353#issuecomment-3606863512
#18975 also raised point that perhaps issue is at cast display level; for
example, in the original query:
```sql
SELECT
approx_distinct(c9) AS count_c9,
approx_distinct(cast(c9 as varchar)) count_c9_str
FROM aggregate_test_100
```
If we remove the aliases we'd still run into the same issue, so fixing the
aggregations to preserve aliases might not be a complete fix.
--
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]