TheBuilderJR commented on issue #13785:
URL: https://github.com/apache/datafusion/issues/13785#issuecomment-2554312250

   Thanks @alamb. Is there a way to do this via code? This is currently how I 
write my parquet files via datafusion:
   
   ```
   df.write_parquet(
               file_path.to_str().ok_or(anyhow!("Invalid file path"))?,
               
datafusion::dataframe::DataFrameWriteOptions::default().with_single_file_output(true),
               None
           ).await?;
   ```


-- 
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]

Reply via email to