[GitHub] incubator-carbondata pull request #264: [CARBONDATA-341] CarbonTableIdentifi...

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-carbondata pull request #264: [CARBONDATA-341] CarbonTableIdentifi...

qiuchenjian-2
GitHub user mohammadshahidkhan reopened a pull request:

    https://github.com/apache/incubator-carbondata/pull/264

    [CARBONDATA-341] CarbonTableIdentifier being passed to the query flow…

    # why
   
    CarbonTableIdentifier being passed to the query flow has wrong tableid.
    While creating the table the CarbonData system assign a uniqueID to the table. In all the places CarbonTableIdentifier should have the same tableId.
    But CarbonTableIdentifier is having the currentTimeStamp as tableId which is not correct.
    # Solution
   
    Pass the absolutetableidentifier and carbontableidentifier loaded from the carbondata schema file.


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

    $ git pull https://github.com/mohammadshahidkhan/incubator-carbondata TableID_Fix

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

    https://github.com/apache/incubator-carbondata/pull/264.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 #264
   
----
commit f56af7ba787bdb731e275aba30e2377b2626cb2a
Author: mohammadshahidkhan <[hidden email]>
Date:   2017-01-05T13:15:51Z

    [CARBONDATA-341] CarbonTableIdentifier being passed to the query flow has wrong tableid

----


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