Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 457DC200CC2 for ; Wed, 21 Jun 2017 01:10:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4436B160BEF; Tue, 20 Jun 2017 23:10:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 88618160BE1 for ; Wed, 21 Jun 2017 01:10:07 +0200 (CEST) Received: (qmail 26632 invoked by uid 500); 20 Jun 2017 23:10:06 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 26622 invoked by uid 99); 20 Jun 2017 23:10:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2017 23:10:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9F79CDFB8A; Tue, 20 Jun 2017 23:10:06 +0000 (UTC) From: evindj To: commits@beam.apache.org Reply-To: commits@beam.apache.org References: In-Reply-To: Subject: [GitHub] beam pull request #3406: [BEAM-2482] CodedValueMutationDetector should use t... Content-Type: text/plain Message-Id: <20170620231006.9F79CDFB8A@git1-us-west.apache.org> Date: Tue, 20 Jun 2017 23:10:06 +0000 (UTC) archived-at: Tue, 20 Jun 2017 23:10:08 -0000 GitHub user evindj reopened a pull request: https://github.com/apache/beam/pull/3406 [BEAM-2482] CodedValueMutationDetector should use the coders structural value Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like: `[BEAM-] Description of pull request` - [ ] Make sure tests pass via `mvn clean verify`. - [ ] Replace `` in the title with the actual Jira issue number, if there is one. - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). --- You can merge this pull request into a Git repository by running: $ git pull https://github.com/evindj/beam Beam2482 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/3406.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3406 ---- commit a501deb8d7d20dc1d2bcd17485fec4e77e7dbd84 Author: = <=> Date: 2017-06-15T00:11:49Z removed OnceTrigger from TriggerStateMachine implementation commit 3c92a1f27b9e93273a39e6100092129b0afc3f00 Author: = <=> Date: 2017-06-15T01:02:07Z set firing termination indicator where relevant commit 8f827cc9f871308567783308fa7dca559354e58e Author: = <=> Date: 2017-06-19T22:56:29Z Merge branch 'master' of https://github.com/apache/beam into BEAM-765 commit cdb8a2ad624748843195a35a9014acc21d9a672a Author: = <=> Date: 2017-06-20T21:57:12Z Merge branch 'master' of https://github.com/apache/beam into BEAM-765 commit 02088c85409388f857f173c3beb17bda7e0b74f3 Author: = <=> Date: 2017-06-20T23:00:19Z Mutability verification to be based on coder's structural value rather than encoded- decoded byte arrays ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---