GitHub user DaveBirdsall opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1007

    [TRAFODION-2529] Pass proper table name to getRowCount for _CELL_ and…

    … _ROW_
    
    The old code would pass 'HBASE._CELL_."<trafodion object name>"' down to 
the row count estimation code. The new code checks for schemas "HBASE._CELL_" 
and "HBASE._ROW_" and if found, passes just the object name down (which is 
already a fully-qualified Trafodion table name).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaveBirdsall/incubator-trafodion Trafodion2529

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1007.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1007
    
----
commit 1664d1bad2ac903daf215eee8fb300c840f6496d
Author: Dave Birdsall <[email protected]>
Date:   2017-03-13T20:16:06Z

    [TRAFODION-2529] Pass proper table name to getRowCount for _CELL_ and _ROW_

----


---
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