alamb commented on issue #3777:
URL: 
https://github.com/apache/arrow-datafusion/issues/3777#issuecomment-1310178822

   I am not 100% familiar but I know there has been a bunch of work recently to 
support delta-lake style catalogs in DataFusion using `ListingTableProviders` 
and `ListingSchemaProviders` and `TableProviderFactories`. So my pattern 
matching mind says "can iceberg use the same approach"
   
   Maybe someone like @avantgardnerio  @timvw @milenkovicm who worked on these 
features more directly has some other suggestions 
   
   
   Some related PRs:
   https://github.com/apache/arrow-datafusion/issues/4125
   https://github.com/apache/arrow-datafusion/pull/4112
   https://github.com/apache/arrow-datafusion/pull/4095
   
   Here is 
   https://github.com/delta-io/delta-rs/blob/main/rust/src/delta_datafusion.rs
   
   The stuff in IOx predates any of these new interfaces, so I would likely not 
recommend it going forward
   
   cc @crepererum 


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

Reply via email to