From ca606ec1f44578b1094e7c7491f92cf5be664113 Mon Sep 17 00:00:00 2001 From: Marius Grama Date: Thu, 10 Nov 2022 13:02:51 +0100 Subject: [PATCH] Document the DML operations support on GCS --- docs/src/main/sphinx/connector/delta-lake.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/main/sphinx/connector/delta-lake.rst b/docs/src/main/sphinx/connector/delta-lake.rst index 4cf9834f6430..b2fe280e9f0b 100644 --- a/docs/src/main/sphinx/connector/delta-lake.rst +++ b/docs/src/main/sphinx/connector/delta-lake.rst @@ -560,11 +560,11 @@ You can use the connector to :doc:`/sql/insert`, :doc:`/sql/delete`, Write operations are supported for tables stored on the following systems: -* Azure ADLS Gen2 +* Azure ADLS Gen2, Google Cloud Storage - Writes to the Azure ADLS Gen2 file system are enabled by default. Trino - detects write collisions on ADLS Gen2 when writing from multiple Trino - clusters, or from as any number of open source Delta Lake clusters. + Writes to the Azure ADLS Gen2 and Google Cloud Storage are + enabled by default. Trino detects write collisions on these storage systems + when writing from multiple Trino clusters, or from other query engines. * S3 and S3-compatible storage