phillipleblanc opened a new issue, #10064: URL: https://github.com/apache/arrow-datafusion/issues/10064
### Is your feature request related to a problem or challenge? `FileSinkExec` looks like it is only relevant for inserting into files, when in reality it is a general purpose data sink execution plan. This can cause confusion among people that are looking for such a general purpose execution plan and skip over this, as discussed in https://github.com/apache/arrow-datafusion/discussions/9940 ### Describe the solution you'd like Rename all usages of `FileSinkExec` to `DataSinkExec` ### Describe alternatives you've considered Considering naming it `InsertExec` or leaving it as `FileSinkExec`. ### Additional context _No response_ -- 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]
