[
https://issues.apache.org/jira/browse/TAJO-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13992699#comment-13992699
]
Tajo QA commented on TAJO-813:
------------------------------
{color:red}*-1 overall.*{color} Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12643933/TAJO-813_2.patch
against master revision eb4e54a.
{color:green}+1 @author.{color} The patch does not contain any @author
tags.
{color:green}+1 tests included.{color} The patch appears to include 3 new
or modified test files.
{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 185 new
Findbugs (version 1.3.9) warnings.
{color:red}-1 release audit.{color} The applied patch generated 1 release
audit warnings.
{color:red}-1 core tests.{color} The patch failed these unit tests in
tajo-client tajo-core:
org.apache.tajo.engine.query.TestCTASQuery
org.apache.tajo.master.querymaster.TestQueryUnitStatusUpdate
org.apache.tajo.engine.eval.TestSQLDateTimeTypes
org.apache.tajo.engine.function.TestDateTimeFunctions
org.apache.tajo.engine.function.TestConditionalExpressions
org.apache.tajo.cli.TestSimpleParser
org.apache.tajo.engine.query.TestJoinOnPartitionedTables
org.apache.tajo.engine.query.TestGroupByQuery
org.apache.tajo.engine.query.TestInsertQuery
org.apache.tajo.engine.query.TestNetTypes
org.apache.tajo.engine.query.TestJoinBroadcast
org.apache.tajo.engine.function.TestPatternMatchingPredicates
org.apache.tajo.engine.query.TestAlterTable
org.apache.tajo.engine.function.TestMathFunctions
org.apache.tajo.engine.query.TestCreateTable
org.apache.tajo.engine.query.TestSortQuery
org.apache.tajo.engine.function.TestBuiltinFunctions
org.apache.tajo.cli.TestTajoCli
org.apache.tajo.benchmark.TestTPCH
org.apache.tajo.engine.eval.TestIntervalType
org.apache.tajo.engine.query.TestDropTable
org.apache.tajo.engine.function.TestStringOperatorsAndFunctions
org.apache.tajo.engine.query.TestTableSubQuery
org.apache.tajo.engine.query.TestTablePartitions
org.apache.tajo.engine.eval.TestPredicates
org.apache.tajo.engine.eval.TestSQLExpression
org.apache.tajo.engine.query.TestJoinQuery
org.apache.tajo.engine.query.TestSelectQuery
org.apache.tajo.engine.query.TestCaseByCases
org.apache.tajo.engine.query.TestUnionQuery
Test results:
https://builds.apache.org/job/PreCommit-TAJO-Build/417//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/417//artifact/incubator-tajo/patchprocess/patchReleaseAuditProblems.txt
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/417//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-client.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/417//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/417//console
This message is automatically generated.
> CLI should support comment character with multi-line query.
> -----------------------------------------------------------
>
> Key: TAJO-813
> URL: https://issues.apache.org/jira/browse/TAJO-813
> Project: Tajo
> Issue Type: Bug
> Reporter: Hyoungjun Kim
> Assignee: Hyoungjun Kim
> Priority: Trivial
> Fix For: 0.9.0
>
> Attachments: TAJO-813.patch, TAJO-813_2.patch
>
>
> ERROR occurs in the case of the following query in Tajo CLI.
> {noformat}
> default> select
> > id
> > -- ,name1
> > from table2;
> ERROR: no such a column name id
> default>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)