Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.6.0, Impala 2.7.0
-
None
Description
We can currently execute queries with mt_dop > 0 as long as there are no distributed joins in the plan. The planner should detect such unsupported cases and fail queries with an appropriate error message.
For HDFS scans that do not yet have an optimized MT implementation in the backend we should fall back to the old scan node with num_scanner_threads=1.
This change will help to enable some of our tests with mt_dop > 0.