Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: update roadmap #336

Merged
merged 3 commits into from
Apr 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ Native Rust implementation of [Apache Iceberg](https://iceberg.apache.org/).
### Catalog

| Catalog Type | Status |
|--------------|-------------|
| ------------ | ----------- |
| Rest | Done |
| Hive | In Progress |
| Sql | Not Started |
| Glue | Not Started |
| Hive | Done |
| Sql | In Progress |
| Glue | Done |
| DynamoDB | Not Started |

### FileIO

| FileIO Type | Status |
|-------------|-------------|
| ----------- | ----------- |
| S3 | Done |
| Local File | Done |
| GCS | Not Started |
Expand All @@ -50,19 +50,19 @@ expand to other service.
#### Reader

| Feature | Status |
|------------------------------------------------------------|-------------|
| ---------------------------------------------------------- | ----------- |
| File based task planning | Done |
| Size based task planning | Not started |
| Filter pushdown(manifest evaluation, partition prunning) | Not started |
| Filter pushdown(manifest evaluation, partition prunning) | In Progress |
| Apply deletions, including equality and position deletions | Not started |
| Read into arrow record batch | Not started |
| Read into arrow record batch | Done |
marvinlanhenke marked this conversation as resolved.
Show resolved Hide resolved
| Parquet file support | Not started |
marvinlanhenke marked this conversation as resolved.
Show resolved Hide resolved
| ORC file support | Not started |

#### Writer

| Feature | Status |
|--------------------------|-------------|
| ------------------------ | ----------- |
| Data writer | Not started |
| Equality deletion writer | Not started |
| Position deletion writer | Not started |
Expand All @@ -74,7 +74,7 @@ expand to other service.
#### Transaction

| Feature | Status |
|-----------------------|-------------|
| --------------------- | ----------- |
| Schema evolution | Not started |
| Update partition spec | Not started |
| Update properties | Not started |
Expand All @@ -98,7 +98,7 @@ Iceberg is an active open-source project. We are always open to people who want

- Start with [Contributing Guide](CONTRIBUTING.md).
- Submit [Issues](https://github.com/apache/iceberg-rust/issues/new) for bug report or feature requests.
- Discuss at [dev mailing list](mailto:dev@iceberg.apache.org) ([subscribe](mailto:dev-subscribe@iceberg.apache.org?subject=(send%20this%20email%20to%20subscribe)) / [unsubscribe](mailto:dev-unsubscribe@iceberg.apache.org?subject=(send%20this%20email%20to%20unsubscribe)) / [archives](https://lists.apache.org/list.html?dev@iceberg.apache.org))
- Discuss at [dev mailing list](mailto:dev@iceberg.apache.org) ([subscribe](<mailto:dev-subscribe@iceberg.apache.org?subject=(send%20this%20email%20to%20subscribe)>) / [unsubscribe](<mailto:dev-unsubscribe@iceberg.apache.org?subject=(send%20this%20email%20to%20unsubscribe)>) / [archives](https://lists.apache.org/list.html?dev@iceberg.apache.org))
- Talk to community directly at [Slack #rust channel](https://join.slack.com/t/apache-iceberg/shared_invite/zt-1zbov3k6e-KtJfoaxp97YfX6dPz1Bk7A).

## License
Expand Down
Loading