You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/07/07 19:18:01 UTC

[2/2] beam git commit: This closes #3502: [BEAM-2486] Reject stateful ParDo if coder not deterministic KvCoder

This closes #3502: [BEAM-2486] Reject stateful ParDo if coder not deterministic KvCoder

  Reject stateful ParDo if coder not KvCoder with deterministic key coder


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/f62586a0
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/f62586a0
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/f62586a0

Branch: refs/heads/master
Commit: f62586a082554a22718e21cb0855fbeba34dddd7
Parents: 90ba753 175ff2f
Author: Kenneth Knowles <kl...@google.com>
Authored: Fri Jul 7 11:54:52 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Fri Jul 7 11:54:52 2017 -0700

----------------------------------------------------------------------
 .../org/apache/beam/sdk/transforms/ParDo.java   |  27 +++++
 .../apache/beam/sdk/transforms/ParDoTest.java   | 102 +++++++++++++++++++
 2 files changed, 129 insertions(+)
----------------------------------------------------------------------