Github user nonstop-qfchen commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/132#discussion_r42447036
  
    --- Diff: core/sql/optimizer/RelExpr.cpp ---
    @@ -9515,7 +9515,8 @@ FileScan::FileScan(const CorrName& tableName,
          estRowsAccessed_ (0),
          mdamFlag_(UNDECIDED),
          skipRowsToPreventHalloween_(FALSE),
    -     doUseSearchKey_(TRUE)
    +     doUseSearchKey_(TRUE),
    +     computedNumOfActivePartiions_(-1)
    --- End diff --
    
    Will do. Sorry about it.
    
    On Mon, Oct 19, 2015 at 8:29 PM, Hans Zeller <[email protected]>
    wrote:
    
    > In core/sql/optimizer/RelExpr.cpp
    > 
<https://github.com/apache/incubator-trafodion/pull/132#discussion_r42446838>
    > :
    >
    > > @@ -9515,7 +9515,8 @@ FileScan::FileScan(const CorrName& tableName,
    > >       estRowsAccessed_ (0),
    > >       mdamFlag_(UNDECIDED),
    > >       skipRowsToPreventHalloween_(FALSE),
    > > -     doUseSearchKey_(TRUE)
    > > +     doUseSearchKey_(TRUE),
    > > +     computedNumOfActivePartiions_(-1)
    >
    > Partitions is misspelled 8 times in this file, might make sense to fix the
    > spelling for all of those.
    >
    > —
    > Reply to this email directly or view it on GitHub
    > <https://github.com/apache/incubator-trafodion/pull/132/files#r42446838>.
    >
    
    
    
    -- 
    Regards, --Qifan



---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to