hknlof commented on issue #13323: URL: https://github.com/apache/datafusion/issues/13323#issuecomment-3135137524
I will try to have a go at it, this evening. First impressions: @sergiimk @irenjj observations still hold true. We do not read `single_file_output` of `DataFrameWriteOptions`. Gut feeling without having to have spend too much time: 1. Write an option into `LogicalPlan`, when field is set true. Not sure if the options are passed into ExecutionPlan during the build. 2. Build `task_ctx`, `ExecutionPlan`, `path`, and `writer_properties` within `DF::write_parquet` and pass to `plan_to_parquet`. https://github.com/apache/datafusion/blob/branch-49/datafusion/datasource-parquet/src/writer.rs#L31 -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org