Hyoungjun Kim created TAJO-872:
----------------------------------
Summary: NOW() function has a different value on each task.
Key: TAJO-872
URL: https://issues.apache.org/jira/browse/TAJO-872
Project: Tajo
Issue Type: Bug
Reporter: Hyoungjun Kim
Assignee: Hyoungjun Kim
Priority: Trivial
I tested with the following query.
{code:sql}
select col1, count(*)
from (select now() col1 from lineitem) a
group by col1
{code}
The query must return one row, but several rows.
--
This message was sent by Atlassian JIRA
(v6.2#6252)