andygrove closed issue #1613: [complex types] count distinct fails with native
scan
URL: https://github.com/apache/datafusion-comet/issues/1613
--
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 sp
andygrove opened a new issue, #1613:
URL: https://github.com/apache/datafusion-comet/issues/1613
### Describe the bug
The following SQL fails with the new native scan enabled:
```sql
SELECT count(distinct complex_col) FROM t
```
Error:
```
None.get
java