Hive-JSON-Serde
Hive-JSON-Serde copied to clipboard
Value of Date datatype fields are always retured as null via hiveserver2
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