JanKaul commented on issue #6339: URL: https://github.com/apache/arrow-datafusion/issues/6339#issuecomment-1546540634
For the read side you can often make use of existing Execs. In my use case for Apache Iceberg I can implement the `TableProvider` and return a `ParquetExec` with the necessary files in the scan method. So I don't actually have to implement an Exec myself. -- 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]
