devinjdangelo commented on issue #7423:
URL: 
https://github.com/apache/arrow-datafusion/issues/7423#issuecomment-1694139959

   Yes, this was an intentional regression. I agree raising an error on passing 
configuration settings would have been a good idea for this release. I am 
actively working on adding support for configuration back in (bulk of the work 
to reenable is in #7390). 
   
   The old write implementation is still in DataFusion 30.0.0 just not via the 
`DataFrame `methods directly. You can call the old `write_parquet` code via 
`SessionContext::write_parquet` 
https://github.com/apache/arrow-datafusion/blob/e0961d55479aab1c4f92eca817fcce4ec25d7c3e/datafusion/core/src/execution/context.rs#L1325-L1333
   
   Apologies for the inconvenience in the current release and not calling out 
this particular breaking change more clearly. 


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

Reply via email to