----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17240/#review32622 -----------------------------------------------------------
contrib/piggybank/java/src/test/java/org/apache/pig/piggybank/test/storage/avro/TestAvroStorageUtils.java <https://reviews.apache.org/r/17240/#comment61516> I believe this should be fs.mkdirs(new Path(topDir)), correct? - Miklos Christine On Jan. 23, 2014, 3:51 p.m., Jarek Cecho wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/17240/ > ----------------------------------------------------------- > > (Updated Jan. 23, 2014, 3:51 p.m.) > > > Review request for pig. > > > Bugs: PIG-3717 > https://issues.apache.org/jira/browse/PIG-3717 > > > Repository: pig-git > > > Description > ------- > > We do have PATH_FILTER correctly defined to filter out hidden files, but it's > used only during recursion entry point. When doing directory listing inside > the recursion, we did not used the filter. I've added the filter there. > > > Diffs > ----- > > > contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/storage/avro/AvroStorageUtils.java > 7235ab8df32a902dfb9b90622e02f16c10f6a6e4 > > contrib/piggybank/java/src/test/java/org/apache/pig/piggybank/test/storage/avro/TestAvroStorageUtils.java > 99bc43eb83fbf272806dc7cca66c904bcbf71577 > > Diff: https://reviews.apache.org/r/17240/diff/ > > > Testing > ------- > > Added new test case covering this issue. > > > Thanks, > > Jarek Cecho > >
