Skip to content

Commit 4b0892b

Browse files
committed
Update test
1 parent bec7750 commit 4b0892b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/queries/0_stateless/02718_parquet_metadata_format.reference

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"num_columns": "3",
33
"num_rows": "100000",
44
"num_row_groups": "2",
5-
"format_version": "2.6",
5+
"format_version": "2",
66
"metadata_size": "617",
77
"total_uncompressed_size": "314147",
88
"total_compressed_size": "27081",
@@ -172,7 +172,7 @@
172172
}
173173
{
174174
"num_columns": "3",
175-
"format_version": "2.6"
175+
"format_version": "2"
176176
}
177177
{
178178
"columns": [
@@ -235,7 +235,7 @@
235235
"num_columns": "1",
236236
"num_rows": "5",
237237
"num_row_groups": "1",
238-
"format_version": "1.0",
238+
"format_version": "1",
239239
"metadata_size": "267",
240240
"total_uncompressed_size": "105",
241241
"total_compressed_size": "128",

0 commit comments

Comments
 (0)