Skip to content

Commit

Permalink
docs: add iceberg entry
Browse files Browse the repository at this point in the history
  • Loading branch information
timvw committed Mar 27, 2024
1 parent d404bfb commit 047fcad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ object_store = { version = "0.9", features = ["aws", "gcp"] }
regex = "1.10"
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }
url = "2.5"
datafusion_iceberg = "0.3"

[dev-dependencies]
assert_cmd = "2.0"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ For more examples consult our [Usage examples](Usage.md).
* Run SQL against files
* View file schemas
* Supported formats:
- [Iceberg](https://iceberg.apache.org/)
- [Deltalake](https://delta.io/)
- [Parquet](https://parquet.apache.org/)
- [Avro](https://avro.apache.org/)
Expand Down

0 comments on commit 047fcad

Please sign in to comment.