-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from teaguesterling/issues/29
Issues/29: Add version guessing functionality
- Loading branch information
Showing
44 changed files
with
556 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,20 +14,21 @@ concurrency: | |
jobs: | ||
duckdb-stable-build: | ||
name: Build extension binaries | ||
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].2 | ||
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].3 | ||
with: | ||
extension_name: iceberg | ||
duckdb_version: v1.1.2 | ||
ci_tools_version: v1.1.2 | ||
duckdb_version: v1.1.3 | ||
ci_tools_version: v1.1.3 | ||
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools' | ||
|
||
duckdb-stable-deploy: | ||
name: Deploy extension binaries | ||
needs: duckdb-stable-build | ||
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].2 | ||
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].3 | ||
secrets: inherit | ||
with: | ||
extension_name: iceberg | ||
duckdb_version: v1.1.2 | ||
duckdb_version: v1.1.3 | ||
ci_tools_version: v1.1.3 | ||
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools' | ||
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[submodule "duckdb"] | ||
path = duckdb | ||
url = https://github.com/duckdb/duckdb | ||
branch = master | ||
branch = main | ||
[submodule "extension-ci-tools"] | ||
path = extension-ci-tools | ||
url = https://github.com/duckdb/extension-ci-tools.git |
Binary file added
BIN
+19.5 KB
...m_iceberg_gz_no_hint/data/.00000-2-371a340c-ded5-4e85-aa49-9c788d6f21cd-00001.parquet.crc
Binary file not shown.
Binary file added
BIN
+2.44 MB
...neitem_iceberg_gz_no_hint/data/00000-2-371a340c-ded5-4e85-aa49-9c788d6f21cd-00001.parquet
Binary file not shown.
Binary file added
BIN
+64 Bytes
...rg/lineitem_iceberg_gz_no_hint/metadata/.23f9dbea-1e7f-4694-a82c-dc3c9a94953e-m0.avro.crc
Binary file not shown.
Binary file added
BIN
+40 Bytes
...o_hint/metadata/.snap-4468019210336628573-1-23f9dbea-1e7f-4694-a82c-dc3c9a94953e.avro.crc
Binary file not shown.
Binary file added
BIN
+16 Bytes
data/iceberg/lineitem_iceberg_gz_no_hint/metadata/.v1.gz.metadata.json.crc
Binary file not shown.
Binary file added
BIN
+16 Bytes
data/iceberg/lineitem_iceberg_gz_no_hint/metadata/.v2.gz.metadata.json.crc
Binary file not shown.
Binary file added
BIN
+12 Bytes
data/iceberg/lineitem_iceberg_gz_no_hint/metadata/.version-hint.text.crc
Binary file not shown.
Binary file added
BIN
+6.79 KB
...iceberg/lineitem_iceberg_gz_no_hint/metadata/23f9dbea-1e7f-4694-a82c-dc3c9a94953e-m0.avro
Binary file not shown.
Binary file added
BIN
+3.66 KB
..._gz_no_hint/metadata/snap-4468019210336628573-1-23f9dbea-1e7f-4694-a82c-dc3c9a94953e.avro
Binary file not shown.
Binary file added
BIN
+602 Bytes
data/iceberg/lineitem_iceberg_gz_no_hint/metadata/v1.gz.metadata.json
Binary file not shown.
Binary file added
BIN
+882 Bytes
data/iceberg/lineitem_iceberg_gz_no_hint/metadata/v2.gz.metadata.json
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# README | ||
this iceberg table is generated by using DuckDB (v0.7.0) to generated TPC-H lineitem | ||
SF0.01 then storing that to a parquet file. | ||
|
||
Then pyspark (3.3.1) was used with the iceberg extension from https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-spark-runtime-3.3_2.12/1.0.0/iceberg-spark-runtime-3.3_2.12-1.0.0.jar | ||
to write the iceberg table. | ||
|
||
finally, using pyspark, a delete query was performed on this iceberg table: | ||
|
||
``` | ||
DELETE FROM iceberg_catalog.lineitem_iceberg where l_extendedprice < 10000 | ||
``` | ||
|
||
The result for Q06 of TPC-H on this table according to pyspark is now: | ||
``` | ||
[Row(revenue=Decimal('1077536.9101'))] | ||
``` | ||
|
||
Note: it appears that there are no deletes present in this iceberg table, the whole thing was rewritten. | ||
this is likely due to the fact that the table is so small? |
Binary file added
BIN
+10.6 KB
...em_iceberg_no_hint/data/.00000-411-0792dcfe-4e25-4ca3-8ada-175286069a47-00001.parquet.crc
Binary file not shown.
Binary file added
BIN
+9.23 KB
...em_iceberg_no_hint/data/.00041-414-f3c73457-bbd6-4b92-9c15-17b241171b16-00001.parquet.crc
Binary file not shown.
Binary file added
BIN
+1.33 MB
...ineitem_iceberg_no_hint/data/00000-411-0792dcfe-4e25-4ca3-8ada-175286069a47-00001.parquet
Binary file not shown.
Binary file added
BIN
+1.15 MB
...ineitem_iceberg_no_hint/data/00041-414-f3c73457-bbd6-4b92-9c15-17b241171b16-00001.parquet
Binary file not shown.
Binary file added
BIN
+72 Bytes
...eberg/lineitem_iceberg_no_hint/metadata/.10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m0.avro.crc
Binary file not shown.
Binary file added
BIN
+72 Bytes
...eberg/lineitem_iceberg_no_hint/metadata/.10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m1.avro.crc
Binary file not shown.
Binary file added
BIN
+72 Bytes
...eberg/lineitem_iceberg_no_hint/metadata/.cf3d0be5-cf70-453d-ad8f-48fdc412e608-m0.avro.crc
Binary file not shown.
Binary file added
BIN
+44 Bytes
...o_hint/metadata/.snap-3776207205136740581-1-cf3d0be5-cf70-453d-ad8f-48fdc412e608.avro.crc
Binary file not shown.
Binary file added
BIN
+44 Bytes
...o_hint/metadata/.snap-7635660646343998149-1-10eaca8a-1e1c-421e-ad6d-b232e5ee23d3.avro.crc
Binary file not shown.
Binary file added
BIN
+36 Bytes
data/iceberg/lineitem_iceberg_no_hint/metadata/.v1.metadata.json.crc
Binary file not shown.
Binary file added
BIN
+44 Bytes
data/iceberg/lineitem_iceberg_no_hint/metadata/.v2.metadata.json.crc
Binary file not shown.
Binary file added
BIN
+12 Bytes
data/iceberg/lineitem_iceberg_no_hint/metadata/.version-hint.text.crc
Binary file not shown.
Binary file added
BIN
+7.51 KB
data/iceberg/lineitem_iceberg_no_hint/metadata/10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m0.avro
Binary file not shown.
Binary file added
BIN
+7.51 KB
data/iceberg/lineitem_iceberg_no_hint/metadata/10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m1.avro
Binary file not shown.
Binary file added
BIN
+7.51 KB
data/iceberg/lineitem_iceberg_no_hint/metadata/cf3d0be5-cf70-453d-ad8f-48fdc412e608-m0.avro
Binary file not shown.
Binary file added
BIN
+4.14 KB
...erg_no_hint/metadata/snap-3776207205136740581-1-cf3d0be5-cf70-453d-ad8f-48fdc412e608.avro
Binary file not shown.
Binary file added
BIN
+4.18 KB
...erg_no_hint/metadata/snap-7635660646343998149-1-10eaca8a-1e1c-421e-ad6d-b232e5ee23d3.avro
Binary file not shown.
142 changes: 142 additions & 0 deletions
142
data/iceberg/lineitem_iceberg_no_hint/metadata/v1.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
{ | ||
"format-version" : 2, | ||
"table-uuid" : "a319422b-6f8c-44d0-90ba-96242d9a1d7b", | ||
"location" : "./lineitem_iceberg", | ||
"last-sequence-number" : 1, | ||
"last-updated-ms" : 1676473674504, | ||
"last-column-id" : 16, | ||
"current-schema-id" : 0, | ||
"schemas" : [ { | ||
"type" : "struct", | ||
"schema-id" : 0, | ||
"fields" : [ { | ||
"id" : 1, | ||
"name" : "l_orderkey", | ||
"required" : false, | ||
"type" : "int" | ||
}, { | ||
"id" : 2, | ||
"name" : "l_partkey", | ||
"required" : false, | ||
"type" : "int" | ||
}, { | ||
"id" : 3, | ||
"name" : "l_suppkey", | ||
"required" : false, | ||
"type" : "int" | ||
}, { | ||
"id" : 4, | ||
"name" : "l_linenumber", | ||
"required" : false, | ||
"type" : "int" | ||
}, { | ||
"id" : 5, | ||
"name" : "l_quantity", | ||
"required" : false, | ||
"type" : "int" | ||
}, { | ||
"id" : 6, | ||
"name" : "l_extendedprice", | ||
"required" : false, | ||
"type" : "decimal(15, 2)" | ||
}, { | ||
"id" : 7, | ||
"name" : "l_discount", | ||
"required" : false, | ||
"type" : "decimal(15, 2)" | ||
}, { | ||
"id" : 8, | ||
"name" : "l_tax", | ||
"required" : false, | ||
"type" : "decimal(15, 2)" | ||
}, { | ||
"id" : 9, | ||
"name" : "l_returnflag", | ||
"required" : false, | ||
"type" : "string" | ||
}, { | ||
"id" : 10, | ||
"name" : "l_linestatus", | ||
"required" : false, | ||
"type" : "string" | ||
}, { | ||
"id" : 11, | ||
"name" : "l_shipdate", | ||
"required" : false, | ||
"type" : "date" | ||
}, { | ||
"id" : 12, | ||
"name" : "l_commitdate", | ||
"required" : false, | ||
"type" : "date" | ||
}, { | ||
"id" : 13, | ||
"name" : "l_receiptdate", | ||
"required" : false, | ||
"type" : "date" | ||
}, { | ||
"id" : 14, | ||
"name" : "l_shipinstruct", | ||
"required" : false, | ||
"type" : "string" | ||
}, { | ||
"id" : 15, | ||
"name" : "l_shipmode", | ||
"required" : false, | ||
"type" : "string" | ||
}, { | ||
"id" : 16, | ||
"name" : "l_comment", | ||
"required" : false, | ||
"type" : "string" | ||
} ] | ||
} ], | ||
"default-spec-id" : 0, | ||
"partition-specs" : [ { | ||
"spec-id" : 0, | ||
"fields" : [ ] | ||
} ], | ||
"last-partition-id" : 999, | ||
"default-sort-order-id" : 0, | ||
"sort-orders" : [ { | ||
"order-id" : 0, | ||
"fields" : [ ] | ||
} ], | ||
"properties" : { | ||
"owner" : "root", | ||
"write.update.mode" : "merge-on-read" | ||
}, | ||
"current-snapshot-id" : 3776207205136740581, | ||
"refs" : { | ||
"main" : { | ||
"snapshot-id" : 3776207205136740581, | ||
"type" : "branch" | ||
} | ||
}, | ||
"snapshots" : [ { | ||
"sequence-number" : 1, | ||
"snapshot-id" : 3776207205136740581, | ||
"timestamp-ms" : 1676473674504, | ||
"summary" : { | ||
"operation" : "append", | ||
"spark.app.id" : "local-1676472783435", | ||
"added-data-files" : "1", | ||
"added-records" : "60175", | ||
"added-files-size" : "1390176", | ||
"changed-partition-count" : "1", | ||
"total-records" : "60175", | ||
"total-files-size" : "1390176", | ||
"total-data-files" : "1", | ||
"total-delete-files" : "0", | ||
"total-position-deletes" : "0", | ||
"total-equality-deletes" : "0" | ||
}, | ||
"manifest-list" : "lineitem_iceberg/metadata/snap-3776207205136740581-1-cf3d0be5-cf70-453d-ad8f-48fdc412e608.avro", | ||
"schema-id" : 0 | ||
} ], | ||
"snapshot-log" : [ { | ||
"timestamp-ms" : 1676473674504, | ||
"snapshot-id" : 3776207205136740581 | ||
} ], | ||
"metadata-log" : [ ] | ||
} |
172 changes: 172 additions & 0 deletions
172
data/iceberg/lineitem_iceberg_no_hint/metadata/v2.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
{ | ||
"format-version" : 2, | ||
"table-uuid" : "a319422b-6f8c-44d0-90ba-96242d9a1d7b", | ||
"location" : "./lineitem_iceberg", | ||
"last-sequence-number" : 2, | ||
"last-updated-ms" : 1676473694730, | ||
"last-column-id" : 16, | ||
"current-schema-id" : 0, | ||
"schemas" : [ { | ||
"type" : "struct", | ||
"schema-id" : 0, | ||
"fields" : [ { | ||
"id" : 1, | ||
"name" : "l_orderkey", | ||
"required" : false, | ||
"type" : "int" | ||
}, { | ||
"id" : 2, | ||
"name" : "l_partkey", | ||
"required" : false, | ||
"type" : "int" | ||
}, { | ||
"id" : 3, | ||
"name" : "l_suppkey", | ||
"required" : false, | ||
"type" : "int" | ||
}, { | ||
"id" : 4, | ||
"name" : "l_linenumber", | ||
"required" : false, | ||
"type" : "int" | ||
}, { | ||
"id" : 5, | ||
"name" : "l_quantity", | ||
"required" : false, | ||
"type" : "int" | ||
}, { | ||
"id" : 6, | ||
"name" : "l_extendedprice", | ||
"required" : false, | ||
"type" : "decimal(15, 2)" | ||
}, { | ||
"id" : 7, | ||
"name" : "l_discount", | ||
"required" : false, | ||
"type" : "decimal(15, 2)" | ||
}, { | ||
"id" : 8, | ||
"name" : "l_tax", | ||
"required" : false, | ||
"type" : "decimal(15, 2)" | ||
}, { | ||
"id" : 9, | ||
"name" : "l_returnflag", | ||
"required" : false, | ||
"type" : "string" | ||
}, { | ||
"id" : 10, | ||
"name" : "l_linestatus", | ||
"required" : false, | ||
"type" : "string" | ||
}, { | ||
"id" : 11, | ||
"name" : "l_shipdate", | ||
"required" : false, | ||
"type" : "date" | ||
}, { | ||
"id" : 12, | ||
"name" : "l_commitdate", | ||
"required" : false, | ||
"type" : "date" | ||
}, { | ||
"id" : 13, | ||
"name" : "l_receiptdate", | ||
"required" : false, | ||
"type" : "date" | ||
}, { | ||
"id" : 14, | ||
"name" : "l_shipinstruct", | ||
"required" : false, | ||
"type" : "string" | ||
}, { | ||
"id" : 15, | ||
"name" : "l_shipmode", | ||
"required" : false, | ||
"type" : "string" | ||
}, { | ||
"id" : 16, | ||
"name" : "l_comment", | ||
"required" : false, | ||
"type" : "string" | ||
} ] | ||
} ], | ||
"default-spec-id" : 0, | ||
"partition-specs" : [ { | ||
"spec-id" : 0, | ||
"fields" : [ ] | ||
} ], | ||
"last-partition-id" : 999, | ||
"default-sort-order-id" : 0, | ||
"sort-orders" : [ { | ||
"order-id" : 0, | ||
"fields" : [ ] | ||
} ], | ||
"properties" : { | ||
"owner" : "root", | ||
"write.update.mode" : "merge-on-read" | ||
}, | ||
"current-snapshot-id" : 7635660646343998149, | ||
"refs" : { | ||
"main" : { | ||
"snapshot-id" : 7635660646343998149, | ||
"type" : "branch" | ||
} | ||
}, | ||
"snapshots" : [ { | ||
"sequence-number" : 1, | ||
"snapshot-id" : 3776207205136740581, | ||
"timestamp-ms" : 1676473674504, | ||
"summary" : { | ||
"operation" : "append", | ||
"spark.app.id" : "local-1676472783435", | ||
"added-data-files" : "1", | ||
"added-records" : "60175", | ||
"added-files-size" : "1390176", | ||
"changed-partition-count" : "1", | ||
"total-records" : "60175", | ||
"total-files-size" : "1390176", | ||
"total-data-files" : "1", | ||
"total-delete-files" : "0", | ||
"total-position-deletes" : "0", | ||
"total-equality-deletes" : "0" | ||
}, | ||
"manifest-list" : "lineitem_iceberg/metadata/snap-3776207205136740581-1-cf3d0be5-cf70-453d-ad8f-48fdc412e608.avro", | ||
"schema-id" : 0 | ||
}, { | ||
"sequence-number" : 2, | ||
"snapshot-id" : 7635660646343998149, | ||
"parent-snapshot-id" : 3776207205136740581, | ||
"timestamp-ms" : 1676473694730, | ||
"summary" : { | ||
"operation" : "overwrite", | ||
"spark.app.id" : "local-1676472783435", | ||
"added-data-files" : "1", | ||
"deleted-data-files" : "1", | ||
"added-records" : "51793", | ||
"deleted-records" : "60175", | ||
"added-files-size" : "1208539", | ||
"removed-files-size" : "1390176", | ||
"changed-partition-count" : "1", | ||
"total-records" : "51793", | ||
"total-files-size" : "1208539", | ||
"total-data-files" : "1", | ||
"total-delete-files" : "0", | ||
"total-position-deletes" : "0", | ||
"total-equality-deletes" : "0" | ||
}, | ||
"manifest-list" : "lineitem_iceberg/metadata/snap-7635660646343998149-1-10eaca8a-1e1c-421e-ad6d-b232e5ee23d3.avro", | ||
"schema-id" : 0 | ||
} ], | ||
"snapshot-log" : [ { | ||
"timestamp-ms" : 1676473674504, | ||
"snapshot-id" : 3776207205136740581 | ||
}, { | ||
"timestamp-ms" : 1676473694730, | ||
"snapshot-id" : 7635660646343998149 | ||
} ], | ||
"metadata-log" : [ { | ||
"timestamp-ms" : 1676473674504, | ||
"metadata-file" : "lineitem_iceberg/metadata/v1.metadata.json" | ||
} ] | ||
} |
Submodule extension-ci-tools
updated
10 files
Oops, something went wrong.