Skip to content

Commit 7f27bde

Browse files
committed
fix(global-index): correct nextRowId in snapshot test data
1 parent e9d4abc commit 7f27bde

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

test/test_data/orc/append_with_global_index.db/append_with_global_index/snapshot/snapshot-1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"totalRecordCount" : 8,
1616
"deltaRecordCount" : 8,
1717
"changelogRecordCount" : 0,
18-
"nextRowId" : 0
18+
"nextRowId" : 8
1919
}

test/test_data/orc/append_with_global_index.db/append_with_global_index/snapshot/snapshot-2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"totalRecordCount" : 8,
1717
"deltaRecordCount" : 0,
1818
"changelogRecordCount" : 0,
19-
"nextRowId" : 0
19+
"nextRowId" : 8
2020
}

test/test_data/orc/append_with_global_index.db/append_with_global_index/snapshot/snapshot-3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"totalRecordCount" : 8,
1717
"deltaRecordCount" : 0,
1818
"changelogRecordCount" : 0,
19-
"nextRowId" : 0
19+
"nextRowId" : 8
2020
}

test/test_data/orc/append_with_global_index.db/append_with_global_index/snapshot/snapshot-4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"totalRecordCount" : 8,
1717
"deltaRecordCount" : 0,
1818
"changelogRecordCount" : 0,
19-
"nextRowId" : 0
19+
"nextRowId" : 8
2020
}

test/test_data/orc/append_with_global_index_with_partition.db/append_with_global_index_with_partition/snapshot/snapshot-1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"totalRecordCount" : 8,
1616
"deltaRecordCount" : 8,
1717
"changelogRecordCount" : 0,
18-
"nextRowId" : 0
18+
"nextRowId" : 8
1919
}

test/test_data/orc/append_with_global_index_with_partition.db/append_with_global_index_with_partition/snapshot/snapshot-2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"totalRecordCount" : 8,
1717
"deltaRecordCount" : 0,
1818
"changelogRecordCount" : 0,
19-
"nextRowId" : 0
19+
"nextRowId" : 8
2020
}

test/test_data/parquet/append_with_global_index.db/append_with_global_index/snapshot/snapshot-1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"totalRecordCount" : 8,
1616
"deltaRecordCount" : 8,
1717
"changelogRecordCount" : 0,
18-
"nextRowId" : 0
18+
"nextRowId" : 8
1919
}

test/test_data/parquet/append_with_global_index.db/append_with_global_index/snapshot/snapshot-2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"totalRecordCount" : 8,
1717
"deltaRecordCount" : 0,
1818
"changelogRecordCount" : 0,
19-
"nextRowId" : 0
19+
"nextRowId" : 8
2020
}

test/test_data/parquet/append_with_global_index.db/append_with_global_index/snapshot/snapshot-3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"totalRecordCount" : 8,
1717
"deltaRecordCount" : 0,
1818
"changelogRecordCount" : 0,
19-
"nextRowId" : 0
19+
"nextRowId" : 8
2020
}

test/test_data/parquet/append_with_global_index.db/append_with_global_index/snapshot/snapshot-4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"totalRecordCount" : 8,
1717
"deltaRecordCount" : 0,
1818
"changelogRecordCount" : 0,
19-
"nextRowId" : 0
19+
"nextRowId" : 8
2020
}

0 commit comments

Comments
 (0)