hsiang-c commented on issue #1982:
URL:
https://github.com/apache/datafusion-comet/issues/1982#issuecomment-3046570709
take
--
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.
andygrove commented on issue #1982:
URL:
https://github.com/apache/datafusion-comet/issues/1982#issuecomment-3032955772
Related: https://github.com/apache/datafusion-comet/issues/221
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
andygrove opened a new issue, #1982:
URL: https://github.com/apache/datafusion-comet/issues/1982
### Describe the bug
I am fuzz testing Comet 0.10.0-SNAPSHOT and Iceberg 1.8.1 and running into
an error for queries with `ORDER BY` clauses:
```
SELECT c5, Sqrt(c5) AS x FROM lo