[
https://issues.apache.org/jira/browse/TAJO-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14237168#comment-14237168
]
Tajo QA commented on TAJO-1234:
-------------------------------
{color:red}*-1 overall.*{color} Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12685609/TAJO-1234_4.patch
against master revision release-0.9.0-rc0-74-g95cf4b9.
{color:green}+1 @author.{color} The patch does not contain any @author
tags.
{color:green}+1 tests included.{color} The patch appears to include 22 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 256 new
Findbugs (version 2.0.3) warnings.
{color:red}-1 release audit.{color} The applied patch generated 179
release audit warnings.
{color:red}-1 core tests.{color} The patch failed these unit tests in
tajo-client tajo-common tajo-core tajo-jdbc tajo-plan tajo-storage:
org.apache.tajo.engine.query.TestSelectQuery
Test results:
https://builds.apache.org/job/PreCommit-TAJO-Build/531//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/531//artifact/incubator-tajo/patchprocess/patchReleaseAuditProblems.txt
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/531//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-plan.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/531//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-jdbc.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/531//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-common.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/531//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-client.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/531//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/531//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-storage.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/531//console
This message is automatically generated.
> Rearrange timezone in date/time types
> -------------------------------------
>
> Key: TAJO-1234
> URL: https://issues.apache.org/jira/browse/TAJO-1234
> Project: Tajo
> Issue Type: Bug
> Components: data type, planner/optimizer
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Blocker
> Fix For: 0.9.1
>
> Attachments: TAJO-1234.patch, TAJO-1234_2.patch, TAJO-1234_3.patch,
> TAJO-1234_4.patch
>
>
> Currently, the master branch causes unit test failures. It's because that
> some inconsistent timezone usages. The main purpose of this issue is to
> cleanup and rearrange timezone usages.
> I discussed this issue with [~jungjw] at
> * http://markmail.org/thread/qhsizgp2pnd6swjq
> * http://markmail.org/message/3nqecl34l2ayxg2x
> I'll fix some parts as I mentioned in above mailing list threads.
> In sum,
> * Tajo will have only four points which consider timezone:
> ** query statement
> ** Input table
> ** text printout in TajoCli
> ** Casting from text to either time or timestamp
> * All other parts have to deal with TIME and TIMESTAMP values as UTC value
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)