andygrove opened a new issue #1767:
URL: https://github.com/apache/arrow-datafusion/issues/1767
**Describe the bug**
The Parquet reader thread can terminate due to errors but it does not make
query fail. It just uses `println!` to print the error.
```
Parquet reader thread terminated due to error: Execution("Failed to map
column projection for field l_orderkey. Incompatible data types Int32 and
Int64") for files: [PartitionedFile { file_meta: FileMeta { sized_file:
SizedFile { path: "/mnt/data/tpch/sf100-parquet//lineitem/part-13.parquet",
size: 1165760107 }, last_modified: Some(2022-02-05T18:23:00.416225870Z) },
partition_values: [] }]
Query 3 iteration 1 took 5452.6 ms and returned 0 rows
```
**To Reproduce**
Run one of the unsupported tpch queries, such as query 3.
**Expected behavior**
Query should fail.
**Additional context**
None
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]