Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-4410

PlanFragmentExecutor::Close() may crash if Prepare() fails

    XMLWordPrintableJSON

Details

    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.

      Attachments

        Activity

          People

            henryr Henry Robinson
            henryr Henry Robinson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: