alamb commented on issue #10782: URL: https://github.com/apache/datafusion/issues/10782#issuecomment-2622779885
> Hi, I am working on moving `InformationSchema` into the `datafusion-catalog`. This would require moving `core/src/datasource/streaming.rs` (`StreaminTable`) to some place out of the core, I think moving it to `datafusion-catalog` should work fine since that's where the orignal `TableProvider` resides. So, that's what I am going ahead with, in the meantime let me know if you think otherwise. Thanks I think it makes sense to move `StreamingTable` as it is a relatively thin wrapper around `Arc<dyn PartitionStream>` 👍 -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org