----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26694/#review62523 -----------------------------------------------------------
Ship it! Thanks for fixing this! The changes look good. I have some minor improvements that I'll make in a subsequent commit, basically: update the constructor and add an inner join test. - Matthew Hayes On Oct. 20, 2014, 7 p.m., Jason Reid wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/26694/ > ----------------------------------------------------------- > > (Updated Oct. 20, 2014, 7 p.m.) > > > Review request for DataFu. > > > Repository: datafu > > > Description > ------- > > DATAFU-70: Add BagFullOuterJoin > > > Diffs > ----- > > datafu-pig/src/main/java/datafu/pig/bags/BagJoin.java PRE-CREATION > datafu-pig/src/main/java/datafu/pig/bags/BagLeftOuterJoin.java ba6bc11 > datafu-pig/src/test/java/datafu/test/pig/bags/BagTests.java 6d21dbe > > Diff: https://reviews.apache.org/r/26694/diff/ > > > Testing > ------- > > Added bagJoinFullOuterTest to BagTests which uses the same input as the > bagLeftOuterJoinTest but asserts the full outer join logic in the output. I > have also refactored the existing BagLeftOuterJoin class to use the generic > BagJoin class and the existing test continues to pass without modification. > > > Thanks, > > Jason Reid > >