@@ -644,12 +644,12 @@ message ExecuteSqlRequest {
644644 // Common options for this request.
645645 RequestOptions request_options = 11 ;
646646
647- // If this is for a partitioned read and this field is set to `true`, the
647+ // If this is for a partitioned query and this field is set to `true`, the
648648 // request will be executed via Spanner independent compute resources.
649649 //
650650 // If the field is set to `true` but the request does not set
651651 // `partition_token`, the API will return an `INVALID_ARGUMENT` error.
652- bool data_boost_enabled = 15 ;
652+ bool data_boost_enabled = 16 ;
653653}
654654
655655// The request for [ExecuteBatchDml][google.spanner.v1.Spanner.ExecuteBatchDml].
@@ -957,12 +957,12 @@ message ReadRequest {
957957 // Common options for this request.
958958 RequestOptions request_options = 11 ;
959959
960- // If this is for a partitioned query and this field is set to `true`, the
960+ // If this is for a partitioned read and this field is set to `true`, the
961961 // request will be executed via Spanner independent compute resources.
962962 //
963963 // If the field is set to `true` but the request does not set
964964 // `partition_token`, the API will return an `INVALID_ARGUMENT` error.
965- bool data_boost_enabled = 16 ;
965+ bool data_boost_enabled = 15 ;
966966}
967967
968968// The request for [BeginTransaction][google.spanner.v1.Spanner.BeginTransaction].
0 commit comments