Re: [I] [complex types] count distinct fails with native scan [datafusion-comet]

2025-04-08 Thread via GitHub
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

[I] [complex types] count distinct fails with native scan [datafusion-comet]

2025-04-05 Thread via GitHub
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