[
https://issues.apache.org/jira/browse/TAJO-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154206#comment-14154206
]
Tajo QA commented on TAJO-1081:
-------------------------------
{color:red}*-1 overall.*{color} Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12672207/TAJO-1081.patch
against master revision 52e5543.
{color:green}+1 @author.{color} The patch does not contain any @author
tags.
{color:red}-1 tests included.{color} The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac.{color} The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc.{color} The applied patch does not increase the
total number of javadoc warnings.
{color:green}+1 checkstyle.{color} The patch generated 0 code style errors.
{color:red}-1 findbugs.{color} The patch appears to introduce 212 new
Findbugs (version 2.0.3) warnings.
{color:red}-1 release audit.{color} The applied patch generated 105
release audit warnings.
{color:green}+1 core tests.{color} The patch passed unit tests in
tajo-core tajo-storage.
Test results:
https://builds.apache.org/job/PreCommit-TAJO-Build/512//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/512//artifact/incubator-tajo/patchprocess/patchReleaseAuditProblems.txt
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/512//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/512//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-storage.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/512//console
This message is automatically generated.
> Non-forwarded (simple) query shows wrong rows.
> ----------------------------------------------
>
> Key: TAJO-1081
> URL: https://issues.apache.org/jira/browse/TAJO-1081
> Project: Tajo
> Issue Type: Bug
> Components: client, tajo master
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Blocker
> Fix For: 0.9.0
>
> Attachments: TAJO-1081.patch
>
>
> Non-forward queries show wrong rows. It is the very urgent and critical bug
> that must be resolved before 0.9.0 release.
> {code}
> default> \d region
> table name: default.region
> table path: file:/Users/hyunsik/tpch/region
> store type: CSV
> number of rows: 0
> volume: 494 B
> Options:
> 'csvfile.delimiter'='|'
> schema:
> r_regionkey INT8
> r_name TEXT
> r_comment TEXT
> default>
> default> select * from region;
> r_regionkey, r_name, r_comment
> -------------------------------
> , ,
> 2, ,
> , ,
> , ,
> , ,
> , ,
> , ,
> , ,
> , ,
> , "
> � (0,
> 0, AFRICA, lar deposits. blithely final packages cajole. regular waters are
> final requests. regular accounts are according to
> 1, AMERICA, hs use ironic, even requests. s
> 2, ASIA, ges. thinly even pinto beans ca
> 3, EUROPE, ly final courts cajole furiously final excuse
> 4, MIDDLE EAST, uickly special accounts cajole carefully blithely close
> requests. carefully final asymptotes haggle furiousl
> (15 rows, 0.03 sec, 494 B selected)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)