Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Goodbye icelake, Hello iceberg! (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Aug 13, 2024
1 parent 07d5389 commit 5aeaac7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 88 deletions.
28 changes: 1 addition & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,40 +18,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Update Rust Stable
run: rustup update stable

- name: Format
run: cargo fmt --all -- --check

- name: Clippy
run: cargo clippy --all-targets --workspace --all-features -- -D warnings

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update Rust Stable
run: rustup update stable
- name: Build
run: cargo build --all-features

unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update Rust Stable
run: rustup update stable
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Setup poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.5.1"
- name: Install dependencies
run: |
cd testdata/python
poetry update --quiet
- name: Test
run: cargo test --all-targets --all-features
run: cargo build --all-features
30 changes: 0 additions & 30 deletions .github/workflows/ci_typos.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.0.10"
version = "0.3.141592654"
edition = "2021"
license = "Apache-2.0"

Expand Down
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,12 @@

The Rust implementation of [Iceberg](https://iceberg.apache.org/).

## Status
---

IceLake is currently in its early proof-of-concept stage and is undergoing heavy development.
All contributor and code of this repo has been moved to [apache/iceberg-rust](https://github.com/apache/iceberg-rust/).

For more information on our plan, please refer to the [IceLake v0.1 RoadMap](https://github.com/icelake-io/icelake/issues/1).
For any issue or PR, please go to [apache/iceberg-rust](https://github.com/apache/iceberg-rust/) instead.

## Acknowledgement
For more information, please refer to [ANNOUNCEMENT: Sunset of Icelake](https://github.com/icelake-io/icelake/issues/279).

Inspired a lot by:

- [iceberg-rs](https://github.com/oliverdaff/iceberg-rs)
- [delta-rs](https://github.com/delta-io/delta-rs/)

## License

Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
Thank you for your support, let's meet at the iceberg community.
13 changes: 13 additions & 0 deletions icelake/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# IceLake

The Rust implementation of [Iceberg](https://iceberg.apache.org/).

---

All contributor and code of this repo has been moved to [apache/iceberg-rust](https://github.com/apache/iceberg-rust/).

For any issue or PR, please go to [apache/iceberg-rust](https://github.com/apache/iceberg-rust/) instead.

For more information, please refer to [ANNOUNCEMENT: Sunset of Icelake](https://github.com/icelake-io/icelake/issues/279).

Thank you for your support, let's meet at the iceberg community.

0 comments on commit 5aeaac7

Please sign in to comment.