apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.48k stars 1.37k forks source link

Add force and check all columns options for CheckParquet251Command. #2934

Open zhuyaogai opened 6 days ago

zhuyaogai commented 6 days ago

Currently the parquet check-stats command only supports checking BINARY type columns. I hope it can be a general data corruption detection command. So I add some options for it.

Issue: https://github.com/apache/parquet-java/issues/1382

Make sure you have checked all steps below.

Issue

Tests

Commits

Style

Documentation