cloudfuse-io / buzz-rust

Serverless query engine
MIT License
140 stars 11 forks source link

Catalog using Delta Lake #16

Closed rdettai closed 3 years ago

rdettai commented 3 years ago

It would be valuable to make it possible to dynamically create a partitioned catalog from the S3 file structure. Fortunately, a Rust library was created that parses the Delta Lake format (https://github.com/delta-io/delta-rs).