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 2b5a604  Merge pull request #7125: [BEAM-3661] Port TriggerExampleTest 
off DoFnTester
     add b629727  [SQL] Add support for TableMacro UDF
     new 2f0f3f2  Merge pull request #7141 from 
kanterov/kanterov_table_functions

The 1 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:
 .../sdk/extensions/sql/impl/BeamCalciteTable.java  |   9 +-
 .../impl/{UdfImpl.java => ScalarFunctionImpl.java} |  34 ++---
 .../beam/sdk/extensions/sql/impl/UdfImpl.java      | 144 +++------------------
 .../sql/impl/interpreter/BeamSqlFnExecutor.java    |   4 +-
 .../sdk/extensions/sql/BeamSqlDslUdfUdafTest.java  |  32 +++++
 5 files changed, 75 insertions(+), 148 deletions(-)
 copy 
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/{UdfImpl.java
 => ScalarFunctionImpl.java} (84%)

Reply via email to