comphead commented on issue #6139: URL: https://github.com/apache/arrow-datafusion/issues/6139#issuecomment-1536931121
the effect of that is another bug with simple union all table creation(without aggr) ``` ❯ create table t as select 1 a union all select 1 b; Error during planning: Mismatch between schema and batches ``` -- 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
