[
https://issues.apache.org/jira/browse/TAJO-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14242057#comment-14242057
]
Tajo QA commented on TAJO-1241:
-------------------------------
{color:red}*-1 overall.*{color} Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12686420/TAJO-1241.patch
against master revision release-0.9.0-rc0-84-ga0d67bb.
{color:green}+1 @author.{color} The patch does not contain any @author
tags.
{color:green}+1 tests included.{color} The patch appears to include 15 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 259 new
Findbugs (version 2.0.3) warnings.
{color:red}-1 release audit.{color} The applied patch generated 250
release audit warnings.
{color:green}+1 core tests.{color} The patch passed unit tests in
tajo-catalog/tajo-catalog-common tajo-client tajo-common tajo-core tajo-plan
tajo-storage.
Test results:
https://builds.apache.org/job/PreCommit-TAJO-Build/540//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/540//artifact/incubator-tajo/patchprocess/patchReleaseAuditProblems.txt
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/540//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-plan.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/540//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/540//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-storage.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/540//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-common.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/540//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-client.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/540//console
This message is automatically generated.
> Change default client and table time zone behavior
> --------------------------------------------------
>
> Key: TAJO-1241
> URL: https://issues.apache.org/jira/browse/TAJO-1241
> Project: Tajo
> Issue Type: Improvement
> Components: storage
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.9.1
>
> Attachments: TAJO-1241.patch
>
>
> By default, TajoClient uses GMT as client time zone unless session variable
> {{TIMEZONE}} is specified. Also, by default Table uses GMT as table time zone
> unless table property {{timezone}} is specified.
> This patch changes these default behavior as follows:
> * TajoClient will use {{TimeZone.getDefault()}} by default.
> * Table implicitly uses tajo.timezone by default.
> * In other words, this default time zone does not affect the table
> property in catalog.
> I also added the documentation about time zone.
> http://people.apache.org/~hyunsik/timezone/time_zone.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)