matthewmturner commented on PR #10600:
URL: https://github.com/apache/datafusion/pull/10600#issuecomment-2123694427

   Im hoping to get to a similar API as `ListingTable`.
   
   `ListingTable` => `ListingTableConfig` => `FileFormat`
   
   Where `ListingTable` and `ListingTableConfig` are provided by datafusion and 
if you want to extend then you can just implement a `FileFormat` and benefit 
from the `ListingTable` and `ListingTableConfig` machinery.
   
   In the case of streams i had in mind: 
   
   `StreamTable` => `StreamTableConfig` => `StreamProvider` (maybe i rename to 
`StreamFormat` for consistency?)


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to