[ 
https://issues.apache.org/jira/browse/TAJO-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974139#comment-13974139
 ] 

Tajo QA commented on TAJO-763:
------------------------------

{color:green}*+1 overall.*{color}  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12640825/TAJO-763.patch
  against master revision f8ba4db.

    {color:green}+1 @author.{color}  The patch does not contain any @author 
tags.

    {color:green}+1 tests included.{color}  The patch appears to include 1 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:green}+1 findbugs.{color}  The patch does not introduce any 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.

Test results: 
https://builds.apache.org/job/PreCommit-TAJO-Build/357//testReport/
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/357//console

This message is automatically generated.

> Out of range problem in utc_usec_to()
> -------------------------------------
>
>                 Key: TAJO-763
>                 URL: https://issues.apache.org/jira/browse/TAJO-763
>             Project: Tajo
>          Issue Type: Bug
>          Components: function/udf
>    Affects Versions: 0.9
>            Reporter: Jihoon Son
>            Assignee: Ilhyun Suh
>            Priority: Minor
>             Fix For: 0.9
>
>         Attachments: TAJO-763.patch
>
>
> When I run the following query using the utc_usec_to function, I met an out 
> of range error. 
> Since this problem occurs only when converting to hour, it seems to relate 
> with the time zone.
> {noformat}
> default> select utc_usec_to('hour', (TIMESTAMP '2013-04-05 
> 08:00:00')::INT8*1000);
> result: 1 rows (9 B)
> ?utc_usec_to
> -------------------------------
> 1365116400000000
> default> select utc_usec_to('hour', (TIMESTAMP '2013-04-05 
> 09:00:00')::INT8*1000);
> Value 24 for hourOfDay must be in the range [0,23]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to