----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11632/ -----------------------------------------------------------
Review request for hive and Ashutosh Chauhan. Description ------- Change the initialization of object inspectors and deserializers to use the union of partition properties and table properties for partitioned tables. There is no change for unpartitioned tables. Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/exec/MapOperator.java 9422bf7 ql/src/java/org/apache/hadoop/hive/ql/plan/PartitionDesc.java f0b16e4 ql/src/test/queries/clientpositive/avro_partitioned.q PRE-CREATION ql/src/test/results/clientpositive/avro_partitioned.q.out PRE-CREATION Diff: https://reviews.apache.org/r/11632/diff/ Testing ------- I've done manual end-to-end testing with various queries/tables and have created a .q test for reading partitioned Avro tables. Thanks, Mark Wagner