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 257cdbd Fix main branch building break (#541)
add cbd1844 feat: support for gcs storage (#520)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 2 +-
crates/iceberg/Cargo.toml | 3 +-
crates/iceberg/src/io/mod.rs | 4 +
crates/iceberg/src/io/storage.rs | 28 ++++-
crates/iceberg/src/io/storage_gcs.rs | 68 +++++++++++
.../testdata/file_io_gcs/docker-compose.yaml | 15 +--
crates/iceberg/tests/file_io_gcs_test.rs | 125 +++++++++++++++++++++
7 files changed, 233 insertions(+), 12 deletions(-)
create mode 100644 crates/iceberg/src/io/storage_gcs.rs
copy .gitignore => crates/iceberg/testdata/file_io_gcs/docker-compose.yaml
(81%)
create mode 100644 crates/iceberg/tests/file_io_gcs_test.rs