Skip to content

[C++] Parquet support read page with crc32 checking #33115

@asfimport

Description

@asfimport

Currently, C++'s Parquet support write page with checksum, but ReadPage doesn't have check any checksum. And I would like to fix it

I'd like to split this patch to different parts:

  1. Implement the crc in DataPageV1, which requires a write crc config, counting crc in read mode, crc verification, migrate testing from parquet mr
  2. Implement crc for DataPageV2
  3. Implement crc for Dict

Reporter: Xuwei Fu / @mapleFU
Assignee: Xuwei Fu / @mapleFU

PRs and other links:

Note: This issue was originally created as ARROW-17904. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions