You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by S G <sg...@gmail.com> on 2014/08/26 23:37:19 UTC

AVRO-680: Non-string keys

Hi,

I have made some fixes for the 'Non-string keys' issues AVRO-680.
Namely:
isMap and isArray now return false and true respectively for non-string
maps.
ReflectData#resolveUnion is no longer required and is removed.

I think it should be in good shape now.
Can someone review that ?

Thanks
Sachin