apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.39k stars 181 forks source link

[Feature] Add support iceberg table #890

Open YuriyGavrilov opened 9 months ago

YuriyGavrilov commented 9 months ago

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.