@@ -497,7 +497,7 @@ mod tests {
497497 +-------------------------------------------------------------+--------------+--------------------+-----------------------+-----------------+-----------+-------------+------------+----------------+-------+-----------+-----------+------------------+----------------------+-----------------+-----------------+-------------+------------------------------+-------------------+------------------------+------------------+-----------------------+-------------------------+
498498 | filename | row_group_id | row_group_num_rows | row_group_num_columns | row_group_bytes | column_id | file_offset | num_values | path_in_schema | type | stats_min | stats_max | stats_null_count | stats_distinct_count | stats_min_value | stats_max_value | compression | encodings | index_page_offset | dictionary_page_offset | data_page_offset | total_compressed_size | total_uncompressed_size |
499499 +-------------------------------------------------------------+--------------+--------------------+-----------------------+-----------------+-----------+-------------+------------+----------------+-------+-----------+-----------+------------------+----------------------+-----------------+-----------------+-------------+------------------------------+-------------------+------------------------+------------------+-----------------------+-------------------------+
500- | ../datafusion/core/tests/data/fixed_size_list_array.parquet | 0 | 2 | 1 | 123 | 0 | 125 | 4 | "f0.list.item" | INT64 | 1 | 4 | 0 | | 1 | 4 | SNAPPY | [RLE_DICTIONARY, PLAIN, RLE] | | 4 | 46 | 121 | 123 |
500+ | ../datafusion/core/tests/data/fixed_size_list_array.parquet | 0 | 2 | 1 | 123 | 0 | 125 | 4 | "f0.list.item" | INT64 | 1 | 4 | 0 | | 1 | 4 | SNAPPY | [PLAIN, RLE, RLE_DICTIONARY ] | | 4 | 46 | 121 | 123 |
501501 +-------------------------------------------------------------+--------------+--------------------+-----------------------+-----------------+-----------+-------------+------------+----------------+-------+-----------+-----------+------------------+----------------------+-----------------+-----------------+-------------+------------------------------+-------------------+------------------------+------------------+-----------------------+-------------------------+
502502 "# ) ;
503503
@@ -510,7 +510,7 @@ mod tests {
510510 +-------------------------------------------------------------+--------------+--------------------+-----------------------+-----------------+-----------+-------------+------------+----------------+-------+-----------+-----------+------------------+----------------------+-----------------+-----------------+-------------+------------------------------+-------------------+------------------------+------------------+-----------------------+-------------------------+
511511 | filename | row_group_id | row_group_num_rows | row_group_num_columns | row_group_bytes | column_id | file_offset | num_values | path_in_schema | type | stats_min | stats_max | stats_null_count | stats_distinct_count | stats_min_value | stats_max_value | compression | encodings | index_page_offset | dictionary_page_offset | data_page_offset | total_compressed_size | total_uncompressed_size |
512512 +-------------------------------------------------------------+--------------+--------------------+-----------------------+-----------------+-----------+-------------+------------+----------------+-------+-----------+-----------+------------------+----------------------+-----------------+-----------------+-------------+------------------------------+-------------------+------------------------+------------------+-----------------------+-------------------------+
513- | ../datafusion/core/tests/data/fixed_size_list_array.parquet | 0 | 2 | 1 | 123 | 0 | 125 | 4 | "f0.list.item" | INT64 | 1 | 4 | 0 | | 1 | 4 | SNAPPY | [RLE_DICTIONARY, PLAIN, RLE] | | 4 | 46 | 121 | 123 |
513+ | ../datafusion/core/tests/data/fixed_size_list_array.parquet | 0 | 2 | 1 | 123 | 0 | 125 | 4 | "f0.list.item" | INT64 | 1 | 4 | 0 | | 1 | 4 | SNAPPY | [PLAIN, RLE, RLE_DICTIONARY ] | | 4 | 46 | 121 | 123 |
514514 +-------------------------------------------------------------+--------------+--------------------+-----------------------+-----------------+-----------+-------------+------------+----------------+-------+-----------+-----------+------------------+----------------------+-----------------+-----------------+-------------+------------------------------+-------------------+------------------------+------------------+-----------------------+-------------------------+
515515 "# ) ;
516516
@@ -532,7 +532,7 @@ mod tests {
532532 +-----------------------------------------------------------------+--------------+--------------------+-----------------------+-----------------+-----------+-------------+------------+----------------+------------+-----------+-----------+------------------+----------------------+-----------------+-----------------+--------------------+--------------------------+-------------------+------------------------+------------------+-----------------------+-------------------------+
533533 | filename | row_group_id | row_group_num_rows | row_group_num_columns | row_group_bytes | column_id | file_offset | num_values | path_in_schema | type | stats_min | stats_max | stats_null_count | stats_distinct_count | stats_min_value | stats_max_value | compression | encodings | index_page_offset | dictionary_page_offset | data_page_offset | total_compressed_size | total_uncompressed_size |
534534 +-----------------------------------------------------------------+--------------+--------------------+-----------------------+-----------------+-----------+-------------+------------+----------------+------------+-----------+-----------+------------------+----------------------+-----------------+-----------------+--------------------+--------------------------+-------------------+------------------------+------------------+-----------------------+-------------------------+
535- | ../parquet-testing/data/data_index_bloom_encoding_stats.parquet | 0 | 14 | 1 | 163 | 0 | 4 | 14 | "String" | BYTE_ARRAY | Hello | today | 0 | | Hello | today | GZIP(GzipLevel(6)) | [BIT_PACKED , RLE, PLAIN ] | | | 4 | 152 | 163 |
535+ | ../parquet-testing/data/data_index_bloom_encoding_stats.parquet | 0 | 14 | 1 | 163 | 0 | 4 | 14 | "String" | BYTE_ARRAY | Hello | today | 0 | | Hello | today | GZIP(GzipLevel(6)) | [PLAIN , RLE, BIT_PACKED ] | | | 4 | 152 | 163 |
536536 +-----------------------------------------------------------------+--------------+--------------------+-----------------------+-----------------+-----------+-------------+------------+----------------+------------+-----------+-----------+------------------+----------------------+-----------------+-----------------+--------------------+--------------------------+-------------------+------------------------+------------------+-----------------------+-------------------------+
537537 "# ) ;
538538
@@ -592,9 +592,9 @@ mod tests {
592592 +-----------------------------------+-----------------+---------------------+------+------------------+
593593 | filename | file_size_bytes | metadata_size_bytes | hits | extra |
594594 +-----------------------------------+-----------------+---------------------+------+------------------+
595- | alltypes_plain.parquet | 1851 | 10181 | 2 | page_index=false |
596- | alltypes_tiny_pages.parquet | 454233 | 881418 | 2 | page_index=true |
597- | lz4_raw_compressed_larger.parquet | 380836 | 2939 | 2 | page_index=false |
595+ | alltypes_plain.parquet | 1851 | 6957 | 2 | page_index=false |
596+ | alltypes_tiny_pages.parquet | 454233 | 267014 | 2 | page_index=true |
597+ | lz4_raw_compressed_larger.parquet | 380836 | 996 | 2 | page_index=false |
598598 +-----------------------------------+-----------------+---------------------+------+------------------+
599599 " ) ;
600600
@@ -623,9 +623,9 @@ mod tests {
623623 +-----------------------------------+-----------------+---------------------+------+------------------+
624624 | filename | file_size_bytes | metadata_size_bytes | hits | extra |
625625 +-----------------------------------+-----------------+---------------------+------+------------------+
626- | alltypes_plain.parquet | 1851 | 10181 | 5 | page_index=false |
627- | alltypes_tiny_pages.parquet | 454233 | 881418 | 2 | page_index=true |
628- | lz4_raw_compressed_larger.parquet | 380836 | 2939 | 3 | page_index=false |
626+ | alltypes_plain.parquet | 1851 | 6957 | 5 | page_index=false |
627+ | alltypes_tiny_pages.parquet | 454233 | 267014 | 2 | page_index=true |
628+ | lz4_raw_compressed_larger.parquet | 380836 | 996 | 3 | page_index=false |
629629 +-----------------------------------+-----------------+---------------------+------+------------------+
630630 " ) ;
631631
0 commit comments