Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.1.1
-
None
Description
When a UDF calls SetError() in the select list, it does not fail the query. This is because UnionNode::GetNext() does not check for the error status after it calls UnionNode::EvalAndMaterializeExprs().
Attachments
Issue Links
- relates to
-
IMPALA-1746 QueryExecState doesn't check for query cancellation or errors
- Resolved