File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments