Skip to content

Commit

Permalink
feat: add get location support
Browse files Browse the repository at this point in the history
  • Loading branch information
yirutang committed Sep 26, 2022
1 parent d8aaed5 commit b4a1866
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -407,6 +407,7 @@ private Builder(String streamOrTableName, TableSchema tableSchema, BigQueryWrite
TableSchema writeStreamTableSchema = writeStream.getTableSchema();

this.tableSchema = writeStreamTableSchema;
this.location = writeStream.getLocation();
} else {
this.tableSchema = tableSchema;
}
Expand Down

0 comments on commit b4a1866

Please sign in to comment.