tustvold commented on issue #5804: URL: https://github.com/apache/arrow-rs/issues/5804#issuecomment-2133633514
This is expected and not a bug, you're attempting to concatenate two parquet files with differing schema which is not supported. As the schema are not the same, not only is it not clear what the output schema should be, but more fundamentally as the tool concatenates encoded data, we can't permit schema changes -- 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]
