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
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