We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c275cc2 commit 400ceafCopy full SHA for 400ceaf
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITPgJsonbTest.java
@@ -149,7 +149,7 @@ public void testPgJsonbAsPrimaryKey() {
149
150
@Test
151
public void testPgJsonbInSecondaryIndex() {
152
- // JSONB is not allowed as a primary key.
+ // JSONB is not allowed as a key in a secondary index.
153
ExecutionException executionException =
154
assertThrows(
155
ExecutionException.class,
0 commit comments