This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
from 856597b6 feat(writer): Add clustered and fanout writer (#1735)
add 826d98f9 feat(catalog): impl builder for SqlCatalog (#1666)
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 6 +-
Cargo.toml | 2 +
crates/catalog/loader/Cargo.toml | 5 +
crates/catalog/loader/src/lib.rs | 34 ++++
crates/catalog/sql/Cargo.toml | 3 +-
crates/catalog/sql/src/catalog.rs | 374 +++++++++++++++++++++++++++++++++++---
crates/catalog/sql/src/lib.rs | 37 ++++
7 files changed, 434 insertions(+), 27 deletions(-)