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/02/28 00:00:28 UTC

[beam] branch master updated (59e71c8 -> f0930f9)

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 59e71c8  Merge pull request #10996 from robinyqiu/tmp
     new 02abb18  [BEAM-9300] convert struct literal in ZetaSQL
     new a120916  Test schema does not need to be nullable.
     new f0930f9  Merge pull request #10967 from ibzib/struct-row

The 25820 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:
 .../provider/bigquery/BeamBigQuerySqlDialect.java  |  8 +++
 .../beam/sdk/extensions/sql/zetasql/TypeUtils.java |  2 +-
 .../zetasql/translation/ExpressionConverter.java   | 44 ++++++++++++---
 .../sql/zetasql/ZetaSQLDialectSpecTest.java        | 66 +++++++++++++++++++++-
 4 files changed, 107 insertions(+), 13 deletions(-)