Parquet reader thread errors do not make query fail #1767
Labels
bug
Something isn't working
datafusion
Changes in the datafusion crate
help wanted
Extra attention is needed
Describe the bug
The Parquet reader thread can terminate due to errors but it does not make the query fail. It just uses
println!
to print the error.To Reproduce
Run one of the unsupported tpch queries or run against invalid parquet files.
Expected behavior
Query should fail.
Additional context
None
The text was updated successfully, but these errors were encountered: