From 20b095b497152b0f40b85b1cda3a1f74c6527063 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 30 Jan 2024 12:25:07 -0800 Subject: [PATCH] docs: update the comment regarding eligible SQL shapes for PartitionQuery PiperOrigin-RevId: 602806739 --- google/spanner/v1/spanner.proto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/google/spanner/v1/spanner.proto b/google/spanner/v1/spanner.proto index 5f26cea11fccf..ae193edc5b42f 100644 --- a/google/spanner/v1/spanner.proto +++ b/google/spanner/v1/spanner.proto @@ -928,9 +928,10 @@ message PartitionQueryRequest { // Required. The query request to generate partitions for. The request will // fail if the query is not root partitionable. For a query to be root - // partitionable, it needs to satisfy a few conditions. For example, the first - // operator in the query execution plan must be a distributed union operator. - // For more information about other conditions, see [Read data in + // partitionable, it needs to satisfy a few conditions. For example, if the + // query execution plan contains a distributed union operator, then it must be + // the first operator in the plan. For more information about other + // conditions, see [Read data in // parallel](https://cloud.google.com/spanner/docs/reads#read_data_in_parallel). // // The query request must not contain DML commands, such as INSERT, UPDATE, or