-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12100/
-----------------------------------------------------------

Review request for hive, Ashutosh Chauhan, Jakob Homan, and Mark Wagner.


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
-----

  trunk/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreUtils.java 
1496728 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/FetchOperator.java 1496728 
  trunk/ql/src/test/queries/clientpositive/avro_partitioned.q 1496728 
  trunk/ql/src/test/results/clientpositive/avro_partitioned.q.out 1496728 

Diff: https://reviews.apache.org/r/12100/diff/


Testing
-------

reran avro partition unit tests and partition_wise_fileformat*.q


Thanks,

Sean Busbey

Reply via email to