tustvold commented on issue #8345: URL: https://github.com/apache/arrow-datafusion/issues/8345#issuecomment-1837153272
https://docs.rs/datafusion/latest/datafusion/datasource/streaming/struct.StreamingTable.html Is simply a way to reduce the amount of boilerplate when implementing a TableProvider. It makes a lot of sense if taking this route. As for the distinction between the enumeration and trait, serialization might be part of the reason behind this design. It is certainly part of the rationale behind using ListingTableUrl to provide a serializable version of ObjectStore -- 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]
