-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71271/
-----------------------------------------------------------
(Updated Aug. 21, 2019, 11:55 a.m.)
Review request for hive and Marta Kuczora.
Bugs: HIVE-21580
https://issues.apache.org/jira/browse/HIVE-21580
Repository: hive-git
Description
-------
Enable Hive to parse the following datetime formats when any combination/subset
of these or previously implemented patterns is provided in one string. Also
catch combinations that conflict.
IYYY
IYY
IY
I
IW
Diffs (updated)
-----
common/src/java/org/apache/hadoop/hive/common/format/datetime/HiveSqlDateTimeFormatter.java
9443e8ec78
common/src/test/org/apache/hadoop/hive/common/format/datetime/TestHiveSqlDateTimeFormatter.java
ff41534fce
Diff: https://reviews.apache.org/r/71271/diff/2/
Changes: https://reviews.apache.org/r/71271/diff/1-2/
Testing
-------
Thanks,
Karen Coppage