arrow icon indicating copy to clipboard operation
arrow copied to clipboard

GH-40592: [C++][Parquet] Implement SizeStatistics

Open wgtmac opened this issue 11 months ago • 0 comments

Rationale for this change

Parquet format 2.10.0 has introduced SizeStatistics. parquet-mr has also implemented this: https://github.com/apache/parquet-mr/pull/1177. Now it is time for parquet-cpp to pick the ball.

What changes are included in this PR?

Implement reading and writing size statistics for parquet-cpp.

Are these changes tested?

TBD

Are there any user-facing changes?

Yes, now parquet users are able to read and write size statistics.

  • GitHub Issue: #40592

wgtmac avatar Mar 16 '24 15:03 wgtmac