You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ap...@apache.org on 2020/07/15 22:58:59 UTC

[beam] branch master updated (26c1dad -> f8b3e64)

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

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


    from 26c1dad  Support ZetaSQL NUMERIC type. (#12174)
     add 16477ff  [BEAM-10462] transforms handle Double.NaN
     add f8b3e64  Merge pull request #12240: [BEAM-10462] transforms handle Double.NaN

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/beam/sdk/transforms/Max.java   |  6 ++---
 .../java/org/apache/beam/sdk/transforms/Min.java   |  6 ++---
 .../org/apache/beam/sdk/transforms/MaxTest.java    | 16 ++++++++++++
 .../org/apache/beam/sdk/transforms/MinTest.java    | 16 ++++++++++++
 .../org/apache/beam/sdk/transforms/SumTest.java    | 29 ++++++++++++++++++++++
 5 files changed, 67 insertions(+), 6 deletions(-)