This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new a7f0434 refactor: Make directory for catalog (#69)
a7f0434 is described below
commit a7f04342006e1326cc000c99e92593f5b7f26276
Author: Renjie Liu <[email protected]>
AuthorDate: Wed Sep 27 17:08:50 2023 +0800
refactor: Make directory for catalog (#69)
---
crates/iceberg/src/{catalog.rs => catalog/mod.rs} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/crates/iceberg/src/catalog.rs b/crates/iceberg/src/catalog/mod.rs
similarity index 100%
rename from crates/iceberg/src/catalog.rs
rename to crates/iceberg/src/catalog/mod.rs