Merge branch 'APEXCORE-522' of https://github.com/vrozov/apex-core
Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/b74d6896 Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/b74d6896 Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/b74d6896 Branch: refs/heads/master Commit: b74d68967a50102fb29116e5c08802417dbee86e Parents: a9e4e05 2e54dd0 Author: Tushar R. Gosavi <[email protected]> Authored: Thu Dec 15 13:49:57 2016 +0530 Committer: Tushar R. Gosavi <[email protected]> Committed: Thu Dec 15 13:49:57 2016 +0530 ---------------------------------------------------------------------- .../java/com/datatorrent/api/Attribute.java | 18 +- .../main/java/com/datatorrent/api/Context.java | 57 +++--- .../java/com/datatorrent/api/StringCodec.java | 178 ++++++++++++++++++- .../com/datatorrent/api/Object2StringTest.java | 22 +-- .../partitioner/StatelessPartitionerTest.java | 3 +- .../stram/plan/logical/LogicalPlan.java | 8 +- 6 files changed, 220 insertions(+), 66 deletions(-) ----------------------------------------------------------------------
