This is an automated email from the ASF dual-hosted git repository. aromanenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
commit a4aee0bb4eae03ae33d7cf983736130a01afc016 Merge: 85b9fb5 7a87a5f Author: Alexey Romanenko <[email protected]> AuthorDate: Thu Jun 21 13:31:02 2018 +0200 Merge pull request #5575: Removing some null checks, where we already know that the variable in question is non-null .../beam/examples/subprocess/kernel/SubProcessKernel.java | 6 ++---- .../org/apache/beam/runners/core/MergingActiveWindowSet.java | 10 ++++------ .../sdk/extensions/sql/impl/interpreter/BeamSqlFnExecutor.java | 2 +- .../beam/sdk/extensions/sql/impl/rule/BeamAggregationRule.java | 4 +--- 4 files changed, 8 insertions(+), 14 deletions(-)
