Skip to content

Commit 9a7439c

Browse files
authored
chore: align table metadata JSON fixtures with Java (#781)
1 parent 8d72abb commit 9a7439c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/iceberg/test/resources/TableMetadataUnsupportedVersion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"format-version": 4,
2+
"format-version": 42,
33
"table-uuid": "d20125c8-7284-442c-9aea-15fee620737c",
44
"location": "s3://bucket/test/location",
55
"last-updated-ms": 1602638573874,

src/iceberg/test/resources/TableMetadataV3ValidMinimal.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"format-version": 2,
2+
"format-version": 3,
33
"table-uuid": "9c12d441-03fe-4693-9a96-a0705ddf69c1",
44
"location": "s3://bucket/test/location",
55
"last-sequence-number": 34,
66
"last-updated-ms": 1602638573590,
77
"last-column-id": 3,
8+
"next-row-id": 0,
89
"current-schema-id": 0,
910
"schemas": [
1011
{

0 commit comments

Comments
 (0)