----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7431/ -----------------------------------------------------------
(Updated Oct. 5, 2012, 3:23 a.m.) Review request for hive. Changes ------- WIP solution. 1 failing case remains, nullable enums. Summary (updated) ----------------- HIVE-3528 Description (updated) ------- Changes AvroSerDe to properly give the non-null schema to serialization routines when using Nullable complex types Diffs (updated) ----- /trunk/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerializer.java 1394121 /trunk/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroObjectInspectorGenerator.java 1394121 /trunk/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerializer.java 1394121 Diff: https://reviews.apache.org/r/7431/diff/ Testing (updated) ------- Adds tests that check each of the Avro types that Serialization needs to use a user-provided schema, both as top level fields and as nested members of a complex type. Thanks, Sean Busbey