File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spanner/cloud-client/src/main/java/com/example/spanner Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ public Void run(TransactionContext transaction) throws Exception {
274274 }
275275 // [END spanner_read_write_transaction]
276276
277- // [START spanner_query_with_new_column ]
277+ // [START spanner_query_data_with_new_column ]
278278 static void queryMarketingBudget (DatabaseClient dbClient ) {
279279 // Rows without an explicit value for MarketingBudget will have a MarketingBudget equal to
280280 // null.
@@ -292,7 +292,7 @@ static void queryMarketingBudget(DatabaseClient dbClient) {
292292 resultSet .isNull ("MarketingBudget" ) ? "NULL" : resultSet .getLong ("MarketingBudget" ));
293293 }
294294 }
295- // [END spanner_query_with_new_column ]
295+ // [END spanner_query_data_with_new_column ]
296296
297297 // [START spanner_create_index]
298298 static void addIndex (DatabaseAdminClient adminClient , DatabaseId dbId ) {
You can’t perform that action at this time.
0 commit comments