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

ASF GitHub Bot commented on TAJO-1629:
--------------------------------------

Github user blrunner commented on the pull request:

    https://github.com/apache/tajo/pull/591#issuecomment-112226318
  
    +1
    
    It looks good to me.


> Sleep() function does not work.
> -------------------------------
>
>                 Key: TAJO-1629
>                 URL: https://issues.apache.org/jira/browse/TAJO-1629
>             Project: Tajo
>          Issue Type: Bug
>          Components: function/udf
>            Reporter: Jihoon Son
>            Assignee: Jihoon Son
>            Priority: Minor
>             Fix For: 0.10.2
>
>
> Sleep() function only works well in unit tests.
> It seems that the following codes of Sleep() function make Tajo's task sleep.
> {code}
> ...
> public Datum eval(Tuple params) {
>     try {
>       Thread.sleep(params.getInt4(0) * 1000);
>     } catch (InterruptedException e) {
>       e.printStackTrace();
>     }
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to