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

(Updated May 3, 2013, 12:33 a.m.)


Review request for pig.


Description
-------

we want to support comma separated input paths in AvroStorage, for example
"test_dir1/test_glob1.avro,test_dir1/test_glob2.avro,test_dir1/test_glob3.avro"
"test_dir1/*, test_dir2/test_glob4.avro, test_dir2/test_glob5.avro"


This addresses bug PIG-3223.
    https://issues.apache.org/jira/browse/PIG-3223


Diffs (updated)
-----

  
contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/storage/avro/AvroStorageUtils.java
 0ac0225 
  
contrib/piggybank/java/src/test/java/org/apache/pig/piggybank/test/storage/avro/TestAvroStorage.java
 bd7a6d2 

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


Testing
-------

added two more test cases in TestAvroStorage.java and they all pass


Thanks,

Johnny Zhang

Reply via email to