mapleFU commented on issue #38722: URL: https://github.com/apache/arrow/issues/38722#issuecomment-1811743196
Aha, @alippai . Parquet-format has an encoding in the file, it will do: 1. mark `RLE` if rep-def level using rle (for nullable type ) 2. Since this not using dictionary, so dict is unrelated You can also refer to the test in this patch: https://github.com/apache/arrow/pull/35758 [1] https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L777 -- 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]
