----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12100/ -----------------------------------------------------------
(Updated Aug. 30, 2013, 1:46 p.m.) Review request for hive, Ashutosh Chauhan, Jakob Homan, and Mark Wagner. Changes ------- Per feedback, breaking MetaStoreUtils changes into another ticket. Repository: hive Description ------- HIVE-3953 fixed using partitioned avro tables for anything that used the MapOperator, but those that rely on FetchOperator still fail with the same error. e.g. SELECT * FROM partitioned_avro LIMIT 5; SELECT * FROM partitioned_avro WHERE partition_col=value; Diffs (updated) ----- trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/FetchOperator.java 1518830 trunk/ql/src/test/queries/clientpositive/avro_partitioned.q 1518830 trunk/ql/src/test/results/clientpositive/avro_partitioned.q.out 1518830 Diff: https://reviews.apache.org/r/12100/diff/ Testing ------- reran avro partition unit tests and partition_wise_fileformat*.q Thanks, Sean Busbey