Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
emkornfield authored May 27, 2024
1 parent 8a9e2f3 commit 9340c40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/thrift/parquet.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -1171,9 +1171,11 @@ union EncryptionAlgorithm {
*
* For common use cases the current recommendation is to use a
* an encoding that supported random access (e.g. PLAIN for fixed types
* and RANDOM_ACCESS_BYTE_ARRAY for variable sized types). implementations
* and RANDOM_ACCESS_BYTE_ARRAY for variable sized types). Implementations
* SHOULD consider allowing configurability per page to allow for end-users
* to optimize size vs compute trade-offs that make sense for their use-case.
*
* Statistics for Metadata pages SHOULD NOT be written.
*/
struct MetadataPageLocation {
// Offset from the beginning of the PAR3 footer to the header
Expand Down

0 comments on commit 9340c40

Please sign in to comment.