Alexander Pivovarov created HIVE-9875: -----------------------------------------
Summary: replace new SimpleDateFormat with DateUtils.getDateFormat Key: HIVE-9875 URL: https://issues.apache.org/jira/browse/HIVE-9875 Project: Hive Issue Type: Improvement Reporter: Alexander Pivovarov Assignee: Alexander Pivovarov Priority: Minor Recently thread-safe DateUtils class were added to hive-common We probably should replace new SimpleDateFormat with DateUtils.getXXXFormat across all hive modules. Currently DateUtils has only yyyy-MM-dd format. We need to add additional formats to DateUtils, e.g. yyyy-MM-dd HH:mm:ss yyyy-MM-dd HH:mm:ss,SSS // Why comma to separate SSS? -- This message was sent by Atlassian JIRA (v6.3.4#6332)