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)
