Skip to content

Commit 1c007a6

Browse files
committed
Merge branch 'main' of github.com:Altinity/clickhouse-regression
2 parents 0846b1b + b099ac2 commit 1c007a6

File tree

2 files changed

+18
-28
lines changed

2 files changed

+18
-28
lines changed

parquet/requirements/requirements.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -480,19 +480,6 @@ Parquet:
480480
IfCorrupted:
481481
- Only that row group is lost
482482
ColumnChunk:
483-
Metadata2:
484-
- name
485-
- path
486-
- total_compressed_size
487-
- total_uncompressed_size
488-
- have_statistics
489-
- statistics
490-
- statistics:
491-
- num_values
492-
- null_count
493-
- distinct_count
494-
- min - the minimum value of the column chunk
495-
- max - the maximum column of the column chunk
496483
Metadata:
497484
- file_path
498485
- file_offset
@@ -529,7 +516,15 @@ Parquet:
529516
IfCorrupted:
530517
- The remaining pages in that chunk are lost.
531518
- If the data within a page is corrupt, that page is lost
532-
519+
FormatLevelFeatures:
520+
- xxxHash-based bloom filters
521+
- Bloom filter length
522+
- Statistics min_value, max_value
523+
- Page index
524+
- Page CRC32 checksum
525+
- Modular encryption
526+
- Size statistics
527+
533528
ClickHouseRead:
534529
functions:
535530
- file()

parquet/requirements/requirements.py

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6374,19 +6374,6 @@
63746374
IfCorrupted:
63756375
- Only that row group is lost
63766376
ColumnChunk:
6377-
Metadata2:
6378-
- name
6379-
- path
6380-
- total_compressed_size
6381-
- total_uncompressed_size
6382-
- have_statistics
6383-
- statistics
6384-
- statistics:
6385-
- num_values
6386-
- null_count
6387-
- distinct_count
6388-
- min - the minimum value of the column chunk
6389-
- max - the maximum column of the column chunk
63906377
Metadata:
63916378
- file_path
63926379
- file_offset
@@ -6423,7 +6410,15 @@
64236410
IfCorrupted:
64246411
- The remaining pages in that chunk are lost.
64256412
- If the data within a page is corrupt, that page is lost
6426-
6413+
FormatLevelFeatures:
6414+
- xxxHash-based bloom filters
6415+
- Bloom filter length
6416+
- Statistics min_value, max_value
6417+
- Page index
6418+
- Page CRC32 checksum
6419+
- Modular encryption
6420+
- Size statistics
6421+
64276422
ClickHouseRead:
64286423
functions:
64296424
- file()

0 commit comments

Comments
 (0)