You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2020/07/16 18:40:07 UTC

[beam] branch master updated (593fa88 -> 4725d96)

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

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


    from 593fa88  Merge pull request #12074 from [BEAM-10313] Add without_defaults to built-in Combiners in Python
     add 1389531  Port PipelineOptionsFactory from Guava Function to java.lang.function.Function
     add 8a44663  Inline trivial methods with overly strict types from ReflectHelpers
     add d42abd3  Inline trivial fields with overly-specific types in PipelineOptionsFactory
     add 9b73f66  Convert static Function fields on ReflectHelpers to static methods
     add bc64d08  Improve nullability in PipelineOptionsFactory
     add 4725d96  Merge pull request #12271: [BEAM-10496] Improve nullability analysis for :sdks:java:core

No new revisions were added by this update.

Summary of changes:
 .../beam/sdk/options/PipelineOptionsFactory.java   | 185 ++++++++++----------
 .../beam/sdk/options/PipelineOptionsValidator.java |   2 +-
 .../sdk/transforms/reflect/DoFnSignatures.java     |   6 +-
 .../beam/sdk/util/common/ReflectHelpers.java       | 189 +++++++++------------
 .../beam/sdk/util/common/ReflectHelpersTest.java   |  60 +++----
 5 files changed, 193 insertions(+), 249 deletions(-)