houqp edited a comment on issue #2025: URL: https://github.com/apache/arrow-datafusion/issues/2025#issuecomment-1073172823
I think you should be able to add deltalake support to datafusion-tui by leveraging the existing table provider directly without touching datafusion core, see: https://github.com/delta-io/delta-rs/blob/main/rust/src/delta_datafusion.rs. There is no need for adding new filetype or file format because deltalake only uses parquet, which we already support in datafusion. -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org