Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/815#discussion_r86410563
  
    --- Diff: core/sql/executor/ex_sort.cpp ---
    @@ -183,6 +212,11 @@ ExSortTcb::ExSortTcb(const ExSortTdb & sort_tdb,
       processedInputs_ = qparent_.down->getTailIndex();
       workAtp_ = allocateAtp(sort_tdb.workCriDesc_, space);
       workAtp_->getTupp(2) = new(space) tupp_descriptor();
    +  
    +  //buffer pools are allocated in SORT_PREP work phase.
    +  topNSortPool_ = NULL;
    +  regularSortPool_ = NULL;
    +  partialSortPool_ = NULL;
    --- End diff --
    
    Should we set sortPool_ to NULL here also?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to