Commit 25060cf
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
- catalogs
- iceberg-file-catalog/src
- iceberg-glue-catalog/src
- iceberg-rest-catalog/src
- iceberg-s3tables-catalog/src
- iceberg-sql-catalog/src
- datafusion_iceberg
- src
- catalog
- tests
- iceberg-rust-spec/src
- arrow
- spec
- iceberg-rust/src
- arrow
- catalog
- materialized_view
- transaction
- table
- transaction
- view
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
0 commit comments