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 you update the config docs 
to reflect this so the user knows how this new billing project ID is used?



-- 
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