File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sdk/src/main/java/com/google/cloud/dataflow/sdk/io Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1158,6 +1158,7 @@ private void executeQuery(
1158
1158
.setAllowLargeResults (true )
1159
1159
.setCreateDisposition ("CREATE_IF_NEEDED" )
1160
1160
.setDestinationTable (destinationTable )
1161
+ .setPriority ("BATCH" )
1161
1162
.setWriteDisposition ("WRITE_EMPTY" );
1162
1163
1163
1164
jobService .startQueryJob (jobRef , queryConfig );
@@ -1172,7 +1173,6 @@ private JobConfigurationQuery createBasicQueryConfig() {
1172
1173
// then the similar code in BigQueryTableRowIterator#fromQuery should be updated.
1173
1174
return new JobConfigurationQuery ()
1174
1175
.setFlattenResults (flattenResults )
1175
- .setPriority ("BATCH" )
1176
1176
.setQuery (query .get ())
1177
1177
.setUseLegacySql (useLegacySql );
1178
1178
}
You can’t perform that action at this time.
0 commit comments