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

dweeks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from 59280a106c Hive: Update view query in HMS when replacing view (#14831)
     add 554a3c1d2a GCP: Add service account impersonation support for 
BigQueryMetastoreCatalog (#14447)

No new revisions were added by this update.

Summary of changes:
 .../gcp/bigquery/BigQueryMetastoreCatalog.java     |  46 ++---
 .../gcp/bigquery/BigQueryMetastoreClientImpl.java  |   8 +-
 .../iceberg/gcp/bigquery/BigQueryProperties.java   | 197 +++++++++++++++++++++
 .../iceberg/gcp/bigquery/TestBigQueryCatalog.java  |   2 +-
 .../gcp/bigquery/TestBigQueryProperties.java       |  95 ++++++++++
 .../gcp/bigquery/TestBigQueryTableOperations.java  |   2 +-
 .../java/org/apache/iceberg/gcp/GCPProperties.java |  79 +++++++++
 .../apache/iceberg/gcp/gcs/PrefixedStorage.java    |  24 +++
 .../iceberg/gcp/gcs/TestPrefixedStorage.java       |  41 +++++
 9 files changed, 466 insertions(+), 28 deletions(-)
 create mode 100644 
bigquery/src/main/java/org/apache/iceberg/gcp/bigquery/BigQueryProperties.java
 create mode 100644 
bigquery/src/test/java/org/apache/iceberg/gcp/bigquery/TestBigQueryProperties.java

Reply via email to