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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 852ed3a534c0ed38c5e33beae1a107d653ef3cf4017fa2f437eab1506349ef83
|
4
|
+
data.tar.gz: 57d89cfefb1e0915e66be025bf31d408bd36cff960b5552df9c35ba78e5acb13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
1851
|
-
#
|
1852
|
-
# For more information about other
|
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
|
@@ -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
|
670
|
-
#
|
671
|
-
# For more information about other
|
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.
|
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
|
11
|
+
date: 2024-02-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|