[
https://issues.apache.org/jira/browse/CARBONDATA-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15612537#comment-15612537 ]
ASF GitHub Bot commented on CARBONDATA-341:
-------------------------------------------
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.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 faa88070eeabe37be5db874c4b7908fc2a721da2
Author: mohammadshahidkhan <
[hidden email]>
Date: 2016-10-27T17:13:07Z
[CARBONDATA-341] CarbonTableIdentifier being passed to the query flow has wrong tableid
----
> CarbonTableIdentifier being passed to the query flow has wrong tableid
> ----------------------------------------------------------------------
>
> Key: CARBONDATA-341
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-341> Project: CarbonData
> Issue Type: Bug
> Components: data-query, hadoop-integration, spark-integration
> Affects Versions: 0.1.0-incubating
> Reporter: Mohammad Shahid Khan
> Assignee: Mohammad Shahid Khan
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)