Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,9 @@ private PCollection<KV<TableDestination, WriteTables.Result>> writeTempTables(
kmsKey,
rowWriterFactory.getSourceFormat(),
useAvroLogicalTypes,
schemaUpdateOptions))
// Note that we can't pass through the schema update options when creating temporary
// tables. They also shouldn't be needed. See BEAM-12482 for additional details.
Collections.emptySet()))
.setCoder(KvCoder.of(tableDestinationCoder, WriteTables.ResultCoder.INSTANCE));
}

Expand Down