You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alexander Pivovarov (JIRA)" <ji...@apache.org> on 2015/03/11 18:31:38 UTC

[jira] [Created] (HIVE-9930) fix QueryPlan.makeQueryId time format

Alexander Pivovarov created HIVE-9930:
-----------------------------------------

             Summary: fix QueryPlan.makeQueryId time format
                 Key: HIVE-9930
                 URL: https://issues.apache.org/jira/browse/HIVE-9930
             Project: Hive
          Issue Type: Bug
          Components: Query Planning
            Reporter: Alexander Pivovarov
            Assignee: Alexander Pivovarov
            Priority: Minor


String format uses Minutes value (25 in the example below) for both minutes and seconds (positions 5 and 6)
{code}
now:
apivovarov_20150311102525_6a149732-8360-43b8-9858-a6e59a8be68c

should be:
apivovarov_20150311102551_6a149732-8360-43b8-9858-a6e59a8be68c
{code} 



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