Skip to content

Commit 20b095b

Browse files
Google APIscopybara-github
authored andcommitted
docs: update the comment regarding eligible SQL shapes for PartitionQuery
PiperOrigin-RevId: 602806739
1 parent 7b9c64d commit 20b095b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

google/spanner/v1/spanner.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -928,9 +928,10 @@ message PartitionQueryRequest {
928928

929929
// Required. The query request to generate partitions for. The request will
930930
// fail if the query is not root partitionable. For a query to be root
931-
// partitionable, it needs to satisfy a few conditions. For example, the first
932-
// operator in the query execution plan must be a distributed union operator.
933-
// For more information about other conditions, see [Read data in
931+
// partitionable, it needs to satisfy a few conditions. For example, if the
932+
// query execution plan contains a distributed union operator, then it must be
933+
// the first operator in the plan. For more information about other
934+
// conditions, see [Read data in
934935
// parallel](https://cloud.google.com/spanner/docs/reads#read_data_in_parallel).
935936
//
936937
// The query request must not contain DML commands, such as INSERT, UPDATE, or

0 commit comments

Comments
 (0)