parquet-java icon indicating copy to clipboard operation
parquet-java copied to clipboard

PARQUET-2195: Add scan command to parquet-cli

Open wgtmac opened this issue 2 years ago • 1 comments

This PR enhances parquet-cli by adding a scan command to go through all records without printing them. This is useful when users need to verify if the parquet file is corrupted.

Added ScanCommandTest to make sure no error happens. Test it manually with local parquet files.

wgtmac avatar Sep 23 '22 06:09 wgtmac

@shangxinli Please take a look when you have time. Thanks!

wgtmac avatar Sep 23 '22 06:09 wgtmac

lgtm

shangxinli avatar Nov 07 '22 17:11 shangxinli