rcongiu / Hive-JSON-Serde

Read - Write JSON SerDe for Apache Hive.
Other
733 stars 391 forks source link

Add support for HDP 2.3 #117

Closed dajobe closed 8 years ago

dajobe commented 8 years ago
rcongiu commented 8 years ago

I am looking into merging this... I don't think we need another separate shim for HDP...I see there's no difference between the code in the hdp shim and the cdh5 shim. Those shims were done to fix an incompatible change in hive and depend on the hive version, not the distribution. So it can be just a change in the POM. Also, I changed how the test is done. I guess the order of the keys is different because hashmaps don't guarantee order, so I changed how the test is performed (check the length of the response, then check the keys one by one).

rcongiu commented 8 years ago

merged .. closed #117

rcongiu commented 8 years ago

I forgot to thank you...thanks !!!