Hive-JSON-Serde icon indicating copy to clipboard operation
Hive-JSON-Serde copied to clipboard

Value of Date datatype fields are always retured as null via hiveserver2

Open Yulei-Yang opened this issue 7 years ago • 0 comments

hive version: 1.2.1 while when run the same hql in hive cli, the retured value are good.

It seems like date type is not supported in serializeField function of https://github.com/rcongiu/Hive-JSON-Serde/blob/develop/json-serde/src/main/java/org/openx/data/jsonserde/JsonSerDe.java

Please take a look

Yulei-Yang avatar Apr 25 '17 11:04 Yulei-Yang