Merge commit 'refs/pull/576/head' of github.com:apache/apex-malhar
Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/cb1ef764 Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/cb1ef764 Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/cb1ef764 Branch: refs/heads/master Commit: cb1ef764c378890b728e7cf4167639b1bb1f7751 Parents: 570ecae 02e1075 Author: chinmaykolhatkar <[email protected]> Authored: Fri Mar 10 18:14:34 2017 +0530 Committer: chinmaykolhatkar <[email protected]> Committed: Fri Mar 10 18:14:34 2017 +0530 ---------------------------------------------------------------------- .../window/accumulation/AbstractPojoJoin.java | 188 +++++++++---------- .../window/accumulation/PojoFullOuterJoin.java | 69 +++---- .../lib/window/accumulation/PojoInnerJoin.java | 15 +- .../window/accumulation/PojoLeftOuterJoin.java | 30 ++- .../window/accumulation/PojoRightOuterJoin.java | 30 ++- .../window/accumulation/PojoInnerJoinTest.java | 8 +- .../window/accumulation/PojoOuterJoinTest.java | 101 ++++++---- 7 files changed, 241 insertions(+), 200 deletions(-) ----------------------------------------------------------------------
