From 9340c4017cd1243c1c6bda6a505c2a5f553c72f4 Mon Sep 17 00:00:00 2001 From: emkornfield Date: Mon, 27 May 2024 13:26:05 -0700 Subject: [PATCH] d --- src/main/thrift/parquet.thrift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/thrift/parquet.thrift b/src/main/thrift/parquet.thrift index 3df09bbf3..85f01e6d1 100644 --- a/src/main/thrift/parquet.thrift +++ b/src/main/thrift/parquet.thrift @@ -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