commit | ae6d0958843e6d18be301547de31de1610a72304 | [log] [tgz] |
---|---|---|
author | Callum Ryan <19956159+callum-ryan@users.noreply.github.com> | Sat Oct 12 10:17:07 2024 +0100 |
committer | GitHub <noreply@github.com> | Sat Oct 12 17:17:07 2024 +0800 |
tree | 658d32d60560889c191e5f23d7819de897067bf8 | |
parent | 97fc01dcfa7305f0fb0dd9024489eb02c2e59454 [diff] |
feat: SQL Catalog - Tables (#610) * feat: add list/exist table + drop namespace Signed-off-by: callum-ryan <19956159+callum-ryan@users.noreply.github.com> * feat: create table Signed-off-by: callum-ryan <19956159+callum-ryan@users.noreply.github.com> * feat: add load table Signed-off-by: callum-ryan <19956159+callum-ryan@users.noreply.github.com> * feat: add the rest of table ops Signed-off-by: callum-ryan <19956159+callum-ryan@users.noreply.github.com> * fix: sort order on test Signed-off-by: callum-ryan <19956159+callum-ryan@users.noreply.github.com> * fix: sort Cargo.toml Signed-off-by: callum-ryan <19956159+callum-ryan@users.noreply.github.com> * fix: Adjust error message for existence of table Signed-off-by: callum-ryan <19956159+callum-ryan@users.noreply.github.com> * fix: update_table throws Unsupported, add catalog filter to drop_nsp Signed-off-by: callum-ryan <19956159+callum-ryan@users.noreply.github.com> --------- Signed-off-by: callum-ryan <19956159+callum-ryan@users.noreply.github.com>
Rust implementation of Apache Iceberg™.
Working on v0.3.0 Release Milestone
The Apache Iceberg Rust project is composed of the following components:
Name | Release | Docs |
---|---|---|
iceberg | ||
iceberg-datafusion | ||
iceberg-catalog-glue | ||
iceberg-catalog-hms | ||
iceberg-catalog-memory | ||
iceberg-catalog-rest |
Iceberg Rust is built and tested with stable rust, and will keep a rolling MSRV(minimum supported rust version). The current MSRV is 1.77.1.
Also, we use unstable rust to run linters, such as clippy
and rustfmt
. But this will not affect downstream users, and only MSRV is required.
Apache Iceberg is an active open-source project, governed under the Apache Software Foundation (ASF). We are always open to people who want to use or contribute to it. Here are some ways to get involved.
The Apache Iceberg community is built on the principles described in the Apache Way and all who engage with the community are expected to be respectful, open, come with the best interests of the community in mind, and abide by the Apache Foundation Code of Conduct.
Licensed under the Apache License, Version 2.0