Merge branch 'APEXMALHAR-2247' of https://github.com/davidyan74/incubator-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/0a924ada Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/0a924ada Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/0a924ada Branch: refs/heads/master Commit: 0a924ada949bd7a9f362a24ccf12de9e85db6d22 Parents: e008114 fd20718 Author: Siyuan Hua <[email protected]> Authored: Tue Sep 20 16:49:33 2016 -0700 Committer: Siyuan Hua <[email protected]> Committed: Tue Sep 20 16:49:33 2016 -0700 ---------------------------------------------------------------------- .../state/spillable/SpillableArrayListImpl.java | 29 ++++- .../lib/utils/serde/SerdeCollectionSlice.java | 120 +++++++++++++++++++ .../malhar/lib/utils/serde/SerdeListSlice.java | 111 ----------------- .../lib/state/spillable/SpillableTestUtils.java | 14 ++- .../utils/serde/SerdeCollectionSliceTest.java | 65 ++++++++++ .../lib/utils/serde/SerdeListSliceTest.java | 45 ------- 6 files changed, 219 insertions(+), 165 deletions(-) ----------------------------------------------------------------------
