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/23 00:55:20 UTC

[beam] branch master updated (6171a36 -> c2e07fb)

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 6171a36  [BEAM-11456] Fix flaky table provider tests (Kafka and Pubsub) (#13542)
     add c2e07fb  [BEAM-10925] Convert ScalarFn to Method. (#13593)

No new revisions were added by this update.

Summary of changes:
 sdks/java/extensions/sql/build.gradle              |   1 +
 .../sdk/extensions/sql/impl/ScalarFnReflector.java |  73 +++++++++++
 .../extensions/sql/impl/ScalarFnReflectorTest.java | 141 +++++++++++++++++++++
 3 files changed, 215 insertions(+)
 create mode 100644 sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/ScalarFnReflector.java
 create mode 100644 sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/impl/ScalarFnReflectorTest.java