[
https://issues.apache.org/jira/browse/ARROW-17904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17614332#comment-17614332
]
Xuwei Fu commented on ARROW-17904:
----------------------------------
[~apitrou] I'm on holidays last week. Now I found that in thirdparty, arrow
imports `crc32c`, which is extracted from leveldb's crc library. But seems that
our standard uses crc32, which has a different magic number:
[https://github.com/apache/parquet-format#checksumming]
Maybe I can use <boost/crc32.h> here?
> [C++] Parquet support read page with crc32 checking
> ---------------------------------------------------
>
> Key: ARROW-17904
> URL: https://issues.apache.org/jira/browse/ARROW-17904
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Parquet
> Affects Versions: 9.0.0
> Reporter: Xuwei Fu
> Assignee: Xuwei Fu
> Priority: Major
> Fix For: 10.0.0
>
>
> Currently, C++'s Parquet support write page with checksum, but `ReadPage`
> doesn't have check any checksum. And I would like to fix it
--
This message was sent by Atlassian Jira
(v8.20.10#820010)