devinjdangelo commented on issue #6569: URL: https://github.com/apache/arrow-datafusion/issues/6569#issuecomment-1747927404
@alamb I made some progress on inserts to sorted tables https://github.com/apache/arrow-datafusion/issues/7354 This also got me thinking about inserts to partitioned tables, so I opened issue to track: https://github.com/apache/arrow-datafusion/issues/7744 Lastly, I've been thinking we may want to deprecate and eventually remove the `SessionContext` write methods or alternatively hook them into `FileSinkExec` similarly to how the data frame write methods are set up. https://github.com/apache/arrow-datafusion/blob/0408c2b1596417ba55a636fa3c8a601ffbdb0e60/datafusion/core/src/execution/context.rs#L1271-L1278 -- 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]
