You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/20 19:22:06 UTC

[GitHub] [beam] benWize commented on a change in pull request #16076: [BEAM-13088] Load BigQuery temp tables into different dataset

benWize commented on a change in pull request #16076:
URL: https://github.com/apache/beam/pull/16076#discussion_r772612919



##########
File path: sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/WriteTables.java
##########
@@ -147,6 +147,7 @@ public Result decode(@UnknownKeyFor @NonNull @Initialized InputStream inStream)
   private final boolean useAvroLogicalTypes;
   private @Nullable DatasetService datasetService;
   private @Nullable JobService jobService;
+  private @Nullable String tempDataset;

Review comment:
       Yes, fixed it




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org