Skip to content

Commit

Permalink
docs: update the comment regarding eligible SQL shapes for PartitionQ…
Browse files Browse the repository at this point in the history
…uery

PiperOrigin-RevId: 602806739
  • Loading branch information
Google APIs authored and Copybara-Service committed Jan 30, 2024
1 parent 7b9c64d commit 20b095b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions google/spanner/v1/spanner.proto
Expand Up @@ -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
Expand Down

0 comments on commit 20b095b

Please sign in to comment.