[
https://issues.apache.org/jira/browse/TAJO-1869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14804980#comment-14804980
]
ASF GitHub Bot commented on TAJO-1869:
--------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/769
TAJO-1869: Incorrect result when sorting table with small files
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-1869
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/769.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 #769
----
commit b72fb61a0ba74f9fd6b8fd410b72eb27b756f979
Author: Jinho Kim <[email protected]>
Date: 2015-09-18T05:12:15Z
TAJO-1869: Incorrect result when sorting table with small files
----
> Incorrect result when sorting table with small files
> ----------------------------------------------------
>
> Key: TAJO-1869
> URL: https://issues.apache.org/jira/browse/TAJO-1869
> Project: Tajo
> Issue Type: Bug
> Components: Data Shuffle
> Affects Versions: 0.9.0, 0.10.0, 0.10.1
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Priority: Critical
> Fix For: 0.11.0, 0.12.0
>
>
> A shuffle data can read directly when data is located in same host.
> If a chunk is out of scope in cardinality, it must be removed
> A remote chunk returns NO_CONTENT but local chunk does not ignore the data
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)