You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyoungjun Kim (JIRA)" <ji...@apache.org> on 2014/07/02 06:57:24 UTC

[jira] [Created] (TAJO-899) Nested now() has different value for each task

Hyoungjun Kim created TAJO-899:
----------------------------------

             Summary: Nested now() has different value for each task
                 Key: TAJO-899
                 URL: https://issues.apache.org/jira/browse/TAJO-899
             Project: Tajo
          Issue Type: Bug
            Reporter: Hyoungjun Kim
            Assignee: Hyoungjun Kim
            Priority: Trivial


The following query has a different value for each task.
{code:sql}
select concat(substr(to_char(now(),'yyyymmddhh24miss'), 1, 14), 'aaa') from table1
{code}



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