wgtmac commented on code in PR #14556: URL: https://github.com/apache/arrow/pull/14556#discussion_r1014842235
########## cpp/src/parquet/reader_test.cc: ########## @@ -547,12 +547,12 @@ Column 1: b (INT32) --- Rows: 3 --- Column 0 Values: 18 Statistics Not Set - Compression: SNAPPY, Encodings: RLE PLAIN_DICTIONARY + Compression: SNAPPY, Encodings: PLAIN_DICTIONARY(DICT_PAGE) PLAIN_DICTIONARY Uncompressed Size: 103, Compressed Size: 104 Column 1 Values: 3, Null Values: 0, Distinct Values: 0 Max: 1, Min: 1 - Compression: SNAPPY, Encodings: BIT_PACKED PLAIN_DICTIONARY + Compression: SNAPPY, Encodings: PLAIN_DICTIONARY(DICT_PAGE) PLAIN_DICTIONARY Review Comment: Same here, BIT_PACKED was used for def/rep levels. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
