Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 2.8.0
Description
PlanFragmentExecutor::Close() calls desc_tbl()->ClosePartitionExprs(). If Prepare() fails, desc_tbl() (which points to the RuntimeState member) may be nullptr.
Easy fix is to only call that method if desc_tbl() is not nullptr.