alamb commented on issue #14146: URL: https://github.com/apache/datafusion/issues/14146#issuecomment-2595333245
the arrow JSON parser certainly supports this -- I am not sure if the DataFusion JSON format does. It would be a relatively simply matter of plumbing some sort of config option to https://docs.rs/datafusion/latest/datafusion/config/struct.JsonOptions.html to support this Similar to how options are passed to the CSV reader https://docs.rs/datafusion/latest/datafusion/common/config/struct.CsvOptions.html -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
