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.patchTo 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 95768fbec1d99d6ce49e1664641733e37286c504
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.
---