You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2020/11/05 21:25:02 UTC

[beam] branch master updated (42dadef -> 6330906)

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

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


    from 42dadef  Merge pull request #13237: [BEAM-11165] ZetaSQL Calc only convert referenced columns
     new 8ff1dec  Support read/write ZetaSQL DATETIME/NUMERIC types from/to BigQuery
     new e96168a  Address comments
     new 6330906  Merge pull request #12711 from robinyqiu/bqio

The 29556 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:
 CHANGES.md                                         |  1 +
 .../sql/meta/provider/datacatalog/SchemaUtils.java |  1 +
 .../beam/sdk/io/gcp/bigquery/BigQueryUtils.java    | 74 ++++++++++++++----
 .../sdk/io/gcp/bigquery/BigQueryUtilsTest.java     | 91 ++++++++++++++++++++--
 4 files changed, 142 insertions(+), 25 deletions(-)