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 eb49b69 [BEAM-8645] A test case for TimestampCombiner. (#10081) new 8e71e59 [BEAM-2929] Ensure that the Beam Java SDK sends the property "use_indexed_format" to Dataflow for side inputs which use a multimap materialization. new 31acee9 [BEAM-2929] Ensure that the Beam Go SDK sends the property "use_indexed_format" to Dataflow for side inputs which use a multimap materialization. new 9fc641a [BEAM-2929] Ensure that the Beam Python SDK sends the property "use_indexed_format" to Dataflow for side inputs which use a multimap materialization. The 3 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: .../dataflow/DataflowPipelineTranslator.java | 8 ++- .../dataflow/DataflowPipelineTranslatorTest.java | 62 +++++++++++++++++++++- .../beam/runners/dataflow/dataflowlib/messages.go | 7 +-- .../beam/runners/dataflow/dataflowlib/translate.go | 20 ++++--- .../runners/dataflow/dataflow_runner.py | 22 +++++--- .../apache_beam/runners/dataflow/internal/names.py | 1 + 6 files changed, 100 insertions(+), 20 deletions(-)