Commits


mwish authored and GitHub committed 0ac0f733ff6
GH-34147: [C++][Parquet] Support crc count and checking on DICTIONARY_PAGE (#34254) ### Rationale for this change Support counting CRC for dictionary page ### What changes are included in this PR? * [x] Support counting crc for dictionary page when crc enabled * [x] Support verify crc for dictionary page when checking crc enabled * [x] Generate CRC dictionary file using parquet-mr, and do cross-verification ### Are these changes tested? Yes ### Are there any user-facing changes? Yes, dictionary page could use crc after that * Closes: #34147 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Will Jones <willjones127@gmail.com>