[
https://issues.apache.org/jira/browse/TAJO-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14057427#comment-14057427
]
ASF GitHub Bot commented on TAJO-909:
-------------------------------------
GitHub user babokim opened a pull request:
https://github.com/apache/tajo/pull/64
TAJO-909: {SortBased, Col}PartitionStoreExec should not write partition
keys to files.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/babokim/tajo TAJO-909
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/64.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 #64
----
commit 1d7d3d687a48d43ee7f5976cff0efce786eeabca
Author: 김형준 <[email protected]>
Date: 2014-07-10T12:22:31Z
TAJO-909: {SortBased, Col}PartitionStoreExec should not write partition
keys to files.
commit cec9182a5b50c2870c65daddb7454e9de4ab06d1
Author: 김형준 <[email protected]>
Date: 2014-07-10T12:41:46Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo
Conflicts:
tajo-core/src/test/java/org/apache/tajo/master/querymaster/TestQueryUnitStatusUpdate.java
----
> {SortBased, Col}PartitionStoreExec should not write partition keys to files.
> ----------------------------------------------------------------------------
>
> Key: TAJO-909
> URL: https://issues.apache.org/jira/browse/TAJO-909
> Project: Tajo
> Issue Type: Bug
> Components: physical operator
> Reporter: Hyunsik Choi
> Assignee: Hyoungjun Kim
> Priority: Critical
> Fix For: 0.9.0
>
>
> See the title. Currently, {SortBased, Col}PartitionStoreExec write partition
> keys to files. So far, it seems to be work correctly because the physical
> schema of written tables omit partition key columns. But, the partitioned
> tables actually include partition key columns.
--
This message was sent by Atlassian JIRA
(v6.2#6252)