Re: [I] select distinct on map types yields ArrowError NotYetImplemented [datafusion]

2025-03-27 Thread via GitHub
LSUDOKO commented on issue #15428: URL: https://github.com/apache/datafusion/issues/15428#issuecomment-2760292459 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. To u

[I] select distinct on map types yields ArrowError NotYetImplemented [datafusion]

2025-03-25 Thread via GitHub
gz opened a new issue, #15428: URL: https://github.com/apache/datafusion/issues/15428 ### Describe the bug querying a table/parquet file with the following schema and query fails: ``` create table t ( m MAP NOT NULL ); ``` ``` let df = ctx.sql("SELECT d