Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Feb 13, 2024
1 parent 8c55fe1 commit 7335298
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ It provides an Iceberg integration for the [Datafusion](https://arrow.apache.org

| Feature | Status |
| --- | --- |
| Read | ![done] |
| Read partitioned | ![done] |
| Insert | ![done] |
| Insert partitioned | ![done] |
| Read | :white_check_mark: |
| Read partitioned | :white_check_mark: |
| Insert | :white_check_mark: |
| Insert partitioned | :white_check_mark: |
| Delete | |

### Iceberg Views

| Feature | Status |
| --- | --- |
| Read | ![done] |
| Read | :white_check_mark: |

### Iceberg Materialized Views

| Feature | Status |
| --- | --- |
| Read | ![done] |
| Full refresh | ![done] |
| Read | :white_check_mark: |
| Full refresh | :white_check_mark: |
| Incremental refresh | |

### Catalogs
Expand Down

0 comments on commit 7335298

Please sign in to comment.