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

Reply via email to