GitHub user mohammadshahidkhan opened 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 faa88070eeabe37be5db874c4b7908fc2a721da2
Author: mohammadshahidkhan <[email protected]>
Date: 2016-10-27T17:13:07Z
[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 [email protected] or file a JIRA ticket
with INFRA.
---