thiagotnunes commented on code in PR #32689:
URL: https://github.com/apache/beam/pull/32689#discussion_r1807960971


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/dao/PartitionMetadataAdminDao.java:
##########
@@ -129,7 +123,7 @@ public void createPartitionMetadataTable() {
       // Literals need be added around literals to preserve casing.
       ddl.add(
           "CREATE TABLE \""
-              + tableName
+              + names.getTableName()

Review Comment:
   Good point. Since the names have a random component, I assumed the job would 
fail and we would re-generate them.
   
   Updated with IF NOT EXISTS to circumvent this problem.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to