alamb commented on issue #6569: URL: https://github.com/apache/arrow-datafusion/issues/6569#issuecomment-1749419336
> This also got me thinking about inserts to partitioned tables, so I opened issue to track: https://github.com/apache/arrow-datafusion/issues/7744 Thank you -- I added https://github.com/apache/arrow-datafusion/issues/7744 to the list on this ticket > 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. That sounds like a reasonable idea to me. One challenge might be that the `SessionContext::write_csv` take an `ExecutionPlan` where the apis on DataFrame require a `LogicalPlan`. Hooking them into `FileSinkExec` sounds like a great idea to consolidate the code. Shall I file a ticket for it? -- 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]
