Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Feb 15, 2022

Which issue does this PR close?

Fixes: #1767 (cc @andygrove )
I believe this also fixes #1651 (cc @thinkharderdev )

Rationale for this change

Errors are getting ignored during processing. See #1767 for details

What changes are included in this PR?

  1. Send the error back to the ParquetExec stream
  2. Tests for same

Are there any user-facing changes?

Errors are reported when there are real errors

"+-----+----+----+",
];
assert_batches_sorted_eq!(expected, &read);
assert_contains!(read.unwrap_err().to_string(),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test should have always failed -- see #1622 (comment)

@Dandandan Dandandan merged commit 31efeab into apache:master Feb 16, 2022
@alamb alamb deleted the alamb/fix_parquet_read_error branch August 8, 2023 20:12
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.

Parquet reader thread errors do not make query fail Panic/dropped data when reading parquet files with incompatible shemas

4 participants