-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16679/
-----------------------------------------------------------
Review request for hive.
Bugs: hive-6046
https://issues.apache.org/jira/browse/hive-6046
Repository: hive
Description
-------
Introduce UDF for converting datetime to different presentation formats, for
example:
format_date('2013-12-12 00:00:00.0', 'yyyy-MM-dd HH:mm:ss.S', 'yyyy/MM/dd')
There are two signatures to facilitate further using:
format_date(datetime, fromFormat, toFormat)
format_date(timestamp, toFormat)
Diffs
-----
Diff: https://reviews.apache.org/r/16679/diff/
Testing
-------
Thanks,
Kostiantyn Kudriavtsev