Skip to content

Commit

Permalink
Automated rollback of changelist 289174197
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 313238839
  • Loading branch information
cloud-teleport committed May 26, 2020
1 parent 2fcc646 commit e9b39d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,7 @@ public void processElement(ProcessContext c) {
"Store Avro files",
AvroIO.<Struct>writeCustomTypeToGenericRecords()
.to(new SchemaBasedDynamicDestinations(avroSchemas, outputDirectoryName, resource))
.withTempDirectory(resource)
.withNoSpilling());
.withTempDirectory(resource));

// Generate the manifest file.
PCollection<KV<String, Iterable<String>>> tableFiles =
Expand Down

0 comments on commit e9b39d8

Please sign in to comment.