yihua commented on code in PR #11956:
URL: https://github.com/apache/hudi/pull/11956#discussion_r1767039777
##########
hudi-gcp/src/main/java/org/apache/hudi/gcp/bigquery/HoodieBigQuerySyncClient.java:
##########
@@ -124,7 +128,7 @@ public void createOrUpdateTableUsingBqManifestFile(String
tableName, String bqMa
QueryJobConfiguration queryConfig =
QueryJobConfiguration.newBuilder(query)
.setUseLegacySql(false)
.build();
- JobId jobId =
JobId.newBuilder().setProject(projectId).setRandomJob().build();
+ JobId jobId =
JobId.newBuilder().setProject(billingProjectId).setRandomJob().build();
Review Comment:
Got it, so it should only be used
by`createOrUpdateTableUsingBqManifestFile`. Could we rename the config to
something like `--create-table-project-id` and
`hoodie.gcp.bigquery.sync.create_table.project_id` to be specific? Could you
also update the config docs to reflect this?
--
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]