[
https://issues.apache.org/jira/browse/TAJO-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13885184#comment-13885184
]
Tajo QA commented on TAJO-506:
------------------------------
{color:red}*-1 overall.*{color} Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12625829/TAJO-506.patch
against master revision 179a707.
{color:green}+1 @author.{color} The patch does not contain any @author
tags.
{color:green}+1 tests included.{color} The patch appears to include 7 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 212 new
Findbugs (version 1.3.9) warnings.
{color:green}+1 release audit.{color} The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests.{color} The patch passed unit tests in
tajo-common tajo-core/tajo-core-backend tajo-storage.
Test results: https://builds.apache.org/job/PreCommit-TAJO-Build/92//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/92//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-common.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/92//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core-backend.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/92//console
This message is automatically generated.
> RawFile cannot support DATE type
> --------------------------------
>
> Key: TAJO-506
> URL: https://issues.apache.org/jira/browse/TAJO-506
> Project: Tajo
> Issue Type: Bug
> Components: storage
> Affects Versions: 0.8-incubating
> Reporter: Jihoon Son
> Assignee: Jinho Kim
> Fix For: 0.8-incubating
>
> Attachments: TAJO-506.patch
>
>
> Suppose a following table.
> {noformat}
> CREATE TABLE t1 (logtime DATE, user TEXT);
> {noformat}
> When I run the following query, I met an error that DATE type cannot be
> supported by RawFile.
> {noformat}
> select * from t1 order by logtime limit 10;
> {noformat}
> The detailed error logs are as follows.
> {noformat}
> 2014-01-16 12:51:35,799 ERROR worker.Task (Task.java:run(378)) -
> java.io.IOException: Cannot support data type: DATE
> at
> org.apache.tajo.storage.RawFile$RawFileAppender.addTuple(RawFile.java:485)
> at
> org.apache.tajo.engine.planner.physical.RangeShuffleFileWriteExec.next(RangeShuffleFileWriteExec.java:100)
> at org.apache.tajo.worker.Task.run(Task.java:370)
> at org.apache.tajo.worker.TaskRunner$1.run(TaskRunner.java:392)
> at java.lang.Thread.run(Thread.java:701)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)