----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13601/ -----------------------------------------------------------
Review request for pig. Repository: pig Description ------- Suppose I want to load data using this script: a = load './newavro/data/avro/Employee3.ser,./newavro/data/avro/Employee4.ser' USING AvroStorage (); It will fail because multiple paths separated by commas are not handled by Avrostorage Diffs ----- Diff: https://reviews.apache.org/r/13601/diff/ Testing ------- Test case added to TestAvroStorage class, passed after applying the patch. Thanks, Yuanli Dong Yuanli Dong
