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

Return Status from Sorter::Reset() is dropped

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 2.3.0, Impala 2.5.0, Impala 2.4.0, Impala 2.6.0, Impala 2.7.0, Impala 2.8.0, Impala 2.9.0
    • Impala 2.10.0
    • Backend

    Description

      Sorter::Reset() returns a Status, but it is dropped in SortNode::Reset():

      Status SortNode::Reset(RuntimeState* state) {
        num_rows_skipped_ = 0;
        if (sorter_.get() != NULL) sorter_->Reset();
        return ExecNode::Reset(state);
      }
      

      Attachments

        Issue Links

          Activity

            People

              tarmstrong Tim Armstrong
              tarmstrong Tim Armstrong
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: