google-cloud-spanner-v1 0.22.0 → 0.22.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4720c6d3f4c7b96772eb9672b3ec12f8326fd849d1b3135d0b181d3534ab20d8
4
- data.tar.gz: d0b1701a84c9548cff96c7627ef7593c2281170c7386192f898b751ca7c990de
3
+ metadata.gz: 852ed3a534c0ed38c5e33beae1a107d653ef3cf4017fa2f437eab1506349ef83
4
+ data.tar.gz: 57d89cfefb1e0915e66be025bf31d408bd36cff960b5552df9c35ba78e5acb13
5
5
  SHA512:
6
- metadata.gz: 963931a6f0f00423e8f82cb1d23ddcc73a56f39df8e24fc672c5fa4ad8170d2ea4a39a6af1c3b0769b973a66db57cc0ab626822a9bc507a7e675ca3e11e20f5f
7
- data.tar.gz: 80dcf36bca81dbcaf040b9a9980e49a0a637af621b30879308196a949011abf8ca92497cb9b9b8beee26c06ded3b4f47fbd835743c0c172ebcb820a7c09b84e3
6
+ metadata.gz: ddda02c367a57aea924a29d162d9b1b2f96ff9d97b157d489ec0030d29453dfd65db0bc8e18b0beed50933b49799f13ef64bf6bee32c2a5abf79d9b69de90ef2
7
+ data.tar.gz: 1c80fcb51bab5abb702316981b76e13b30e63f3d8a3149b8b9db665ea9f78f73e53709800c645eaf296ec0a48ab56ac8c383e740f4fc8bc331ae0a91860a541c
@@ -1847,9 +1847,10 @@ module Google
1847
1847
  # @param sql [::String]
1848
1848
  # Required. The query request to generate partitions for. The request will
1849
1849
  # fail if the query is not root partitionable. For a query to be root
1850
- # partitionable, it needs to satisfy a few conditions. For example, the first
1851
- # operator in the query execution plan must be a distributed union operator.
1852
- # For more information about other conditions, see [Read data in
1850
+ # partitionable, it needs to satisfy a few conditions. For example, if the
1851
+ # query execution plan contains a distributed union operator, then it must be
1852
+ # the first operator in the plan. For more information about other
1853
+ # conditions, see [Read data in
1853
1854
  # parallel](https://cloud.google.com/spanner/docs/reads#read_data_in_parallel).
1854
1855
  #
1855
1856
  # The query request must not contain DML commands, such as INSERT, UPDATE, or
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Spanner
23
23
  module V1
24
- VERSION = "0.22.0"
24
+ VERSION = "0.22.1"
25
25
  end
26
26
  end
27
27
  end
@@ -666,9 +666,10 @@ module Google
666
666
  # @return [::String]
667
667
  # Required. The query request to generate partitions for. The request will
668
668
  # fail if the query is not root partitionable. For a query to be root
669
- # partitionable, it needs to satisfy a few conditions. For example, the first
670
- # operator in the query execution plan must be a distributed union operator.
671
- # For more information about other conditions, see [Read data in
669
+ # partitionable, it needs to satisfy a few conditions. For example, if the
670
+ # query execution plan contains a distributed union operator, then it must be
671
+ # the first operator in the plan. For more information about other
672
+ # conditions, see [Read data in
672
673
  # parallel](https://cloud.google.com/spanner/docs/reads#read_data_in_parallel).
673
674
  #
674
675
  # The query request must not contain DML commands, such as INSERT, UPDATE, or
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-spanner-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.22.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-25 00:00:00.000000000 Z
11
+ date: 2024-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common