Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 2.1.1
-
None
Description
There are probably other places we should check, but in particular QueryExecState::FetchRowsInternal() doesn't check the query state after evaluating the select statement expressions with GetRowValue(). These means that, e.g., UDFs that call SetError() in the select list will not fail the query.
Attachments
Issue Links
- is related to
-
IMPALA-2141 UnionNode::GetNext() doesn't check for query errors
- Resolved