You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2020/12/19 02:52:19 UTC

[beam] branch master updated (199fea8 -> 1466db9)

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

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


    from 199fea8  Merge pull request #13579 from ibzib/accumulators
     new c4b1359  [BEAM-10925] Create ZetaSQL-specific subclass of ScalarFunctionImpl that knows which function group it belongs to.
     new 542e8ce  Make createUd(a)fOperator methods package-private.
     new 1466db9  Merge pull request #13309 from ibzib/fngroup

The 30030 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:
 .../extensions/sql/impl/ScalarFunctionImpl.java    | 47 +++----------
 .../sdk/extensions/sql/zetasql/SqlAnalyzer.java    |  6 ++
 .../zetasql/translation/ExpressionConverter.java   |  7 +-
 .../sql/zetasql/translation/SqlOperators.java      | 76 +++++++++++++++-------
 .../translation/ZetaSqlScalarFunctionImpl.java}    | 56 +++++++++-------
 5 files changed, 100 insertions(+), 92 deletions(-)
 copy sdks/java/extensions/sql/{src/main/java/org/apache/beam/sdk/extensions/sql/impl/UdfImpl.java => zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/translation/ZetaSqlScalarFunctionImpl.java} (57%)