datafusion-ballista
datafusion-ballista copied to clipboard
[Feature] Add support iceberg table
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
There will be good to have iceberg table support (https://github.com/apache/iceberg) as external table to support select from it.
Describe the solution you'd like See above.
Describe alternatives you've considered also could be good to add hive metastore.
Additional context https://github.com/apache/iceberg-rust - Native Rust implementation.
Iceberg has won the battle for datalake formats. This would be a great win for datafusion ballista!
There is ongoing discussion about support of table formats in #1241 if anybody interested