Skip to content

fix(parquet_reader): propagate batch read errors - #1081

Merged
zeroshade merged 2 commits into
apache:mainfrom
fallintoplace:fix/parquet-reader-batch-errors
Aug 5, 2026
Merged

fix(parquet_reader): propagate batch read errors#1081
zeroshade merged 2 commits into
apache:mainfrom
fallintoplace:fix/parquet-reader-batch-errors

Conversation

@fallintoplace

@fallintoplace fallintoplace commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

What changed

Return typed column batch read errors from the parquet reader dumper and handle them in JSON, CSV, and table output modes. Errors include the affected column path.

Why

All ReadBatch errors were discarded. Corrupt page data could stop iteration and leave partial output without reporting why decoding failed.

Testing

  • go test ./parquet/cmd/parquet_reader

@fallintoplace
fallintoplace force-pushed the fix/parquet-reader-batch-errors branch from b60ba5e to e919a58 Compare August 1, 2026 22:49
@zeroshade
zeroshade merged commit cbbc516 into apache:main Aug 5, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants