Skip to content

Commit 25060cf

Browse files
osipovartemSergeiPatiakinEdbJanKaullizardoluisSergeiPatiakin
authored
Sync (JanKaul#23)
* Fix truncate for unpartitioned tables * fix clippy warnings * Fix truncate for unpartitioned tables * chore: Update datafusion to v46.0.0 * Decimal serialization * Decimal serialization * Smallint support * Fix typos * Refactor: Enhance ParquetSource initialization with pushdown filters * Fix RestCatalog::tabular_exists * Add unit test * wait until bucket is created * test catalogs * fix clippy warnings * add tests to workflow * fix not found error * clean packages after test * clean datafusion_iceberg after test * use default_object_store for catalogs * move object_store to table struct * remove object_store from view * remove object_store from matview --------- Co-authored-by: Sergei Patiakin <sergei.patiakin@enterprisedb.com> Co-authored-by: Jan Kaul <jankaul@mailbox.org> Co-authored-by: Luís Lizardo <luis.lizardo@enterprisedb.com> Co-authored-by: Sergei Patiakin <sergei.patiakin@gmail.com>
1 parent 2078471 commit 25060cf

26 files changed

Lines changed: 1184 additions & 856 deletions

File tree

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
run: make test-iceberg-rust
2323
- name: Run datafusion-iceberg tests
2424
run: make test-datafusion_iceberg
25+
- name: Run iceberg-rest-catalog tests
26+
run: make test-rest-catalog
27+
- name: Run iceberg-file-catalog tests
28+
run: make test-file-catalog
29+
- name: Run iceberg-sql-catalog tests
30+
run: make test-sql-catalog
2531

2632
lint:
2733
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)