This is an automated email from the ASF dual-hosted git repository.
iemejia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from fe37c83 Merge pull request #5673: [BEAM-4575] Cleanly transform graph
from Calcite to Beam SQL
add b6a4466 Fix ErrorProne violations in fn harness and enable
failOnWarnings
add 5f533fb fixup! Fix ErrorProne violations in fn harness and enable
failOnWarnings
add 808fff9 fixup! Fix ErrorProne violations in fn harness and enable
failOnWarnings
add c93c307 fixup! Fix ErrorProne violations in fn harness and enable
failOnWarnings
new 1b0f6d7 Merge pull request #5647: [BEAM-4327] Fix ErrorProne
violations in fn-harness
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:
runners/java-fn-execution/build.gradle | 2 +-
.../environment/InProcessEnvironmentFactory.java | 3 ++-
.../fnexecution/control/RemoteExecutionTest.java | 24 +++++++++++++++++++---
sdks/java/harness/build.gradle | 4 +++-
.../apache/beam/fn/harness/FnApiDoFnRunner.java | 16 +++++++--------
.../java/org/apache/beam/fn/harness/FnHarness.java | 4 +---
.../fn/harness/control/BeamFnControlClient.java | 3 ++-
.../fn/harness/control/ProcessBundleHandler.java | 9 +++++---
.../beam/fn/harness/control/RegisterHandler.java | 4 ++--
.../beam/fn/harness/BeamFnDataReadRunnerTest.java | 7 +++++--
.../org/apache/beam/fn/harness/FnHarnessTest.java | 3 ++-
11 files changed, 53 insertions(+), 26 deletions(-)