You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2019/05/31 20:05:40 UTC

[beam] branch master updated (2471e3e -> c0de457)

This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 2471e3e  Downgrade verbose BeamFnMapTaskExecutor log messages
     add 784d2c2  [BEAM-7397] Avoid String.format in state namespace key construction
     new c0de457  [BEAM-7397] Avoid String.format in state namespace key construction

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/beam/runners/core/StateNamespaces.java  | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


[beam] 01/01: [BEAM-7397] Avoid String.format in state namespace key construction

Posted by lc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit c0de4570b186793ff477f4a5bd86cc27191e2999
Merge: 2471e3e 784d2c2
Author: Lukasz Cwik <lc...@google.com>
AuthorDate: Fri May 31 13:05:15 2019 -0700

    [BEAM-7397] Avoid String.format in state namespace key construction

 .../org/apache/beam/runners/core/StateNamespaces.java  | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)