-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: v1.6.0
-
Component/s: NRT Streaming
-
Labels:None
In current "TimedJsonStreamParser", it assumes the timestamp column is a long type (unix time). While in some case the time is repesented by other type/format, e.g, "Jul 20, 2016 9:59:17 AM". The parser need be able to parse such a format.