Jefffrey commented on issue #8421: URL: https://github.com/apache/arrow-datafusion/issues/8421#issuecomment-1840107703
Looks to be a regression introduced by https://github.com/apache/arrow-datafusion/pull/7390 Specifically: https://github.com/apache/arrow-datafusion/blob/d1554c85c0da2342c5247ed22a728617e8f69142/datafusion/common/src/file_options/parquet_writer.rs#L208 Can probably relax this strict check to allow unknown keys since they could be used for other stuff, like S3 object store Same could potentially be done for JSON and CSV too: https://github.com/apache/arrow-datafusion/blob/d1554c85c0da2342c5247ed22a728617e8f69142/datafusion/common/src/file_options/json_writer.rs#L54 https://github.com/apache/arrow-datafusion/blob/d1554c85c0da2342c5247ed22a728617e8f69142/datafusion/common/src/file_options/csv_writer.rs#L100 -- 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]
