Commit a931aff
authored
### Rationale for this change
This makes the test data readable by other Parquet implementations that validate the repetition levels.
### What changes are included in this PR?
* Corrects the generation of encryption test files so that the int64 list columns correctly start lists with repetition level 0.
* Updates the parquet-testing submodule to use the corrected files.
### Are these changes tested?
Yes, covered by existing tests.
### Are there any user-facing changes?
No
* GitHub Issue: #45073
Authored-by: Adam Reeve <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
1 parent ada8750 commit a931aff
File tree
2 files changed
+3
-3
lines changed- cpp
- src/parquet/encryption
- submodules
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
Submodule parquet-testing updated 15 files
- bad_data/ARROW-RS-GH-6229-DICTHEADER.parquet
- data/README.md+20-1
- data/alltypes_dictionary.parquet
- data/alltypes_plain.parquet
- data/alltypes_plain.snappy.parquet
- data/encrypt_columns_and_footer.parquet.encrypted
- data/encrypt_columns_and_footer_aad.parquet.encrypted
- data/encrypt_columns_and_footer_ctr.parquet.encrypted
- data/encrypt_columns_and_footer_disable_aad_storage.parquet.encrypted
- data/encrypt_columns_plaintext_footer.parquet.encrypted
- data/map_no_value.md+164
- data/map_no_value.parquet
- data/nan_in_stats.parquet
- data/repeated_primitive_no_list.parquet
- data/uniform_encryption.parquet.encrypted
0 commit comments