Skip to content

Commit

Permalink
Merge pull request #31412 Remove SpannerIO pipeline options override
Browse files Browse the repository at this point in the history
Remove pipeline options override from SpannerIO readChangeStream connector
  • Loading branch information
robertwb authored Jun 10, 2024
2 parents d01c24c + aed8574 commit e26eb12
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1739,11 +1739,6 @@ && getInclusiveStartAt().toSqlTimestamp().after(getInclusiveEndAt().toSqlTimesta
new PostProcessingMetricsDoFn(metrics);

LOG.info("Partition metadata table that will be used is " + partitionMetadataTableName);
input
.getPipeline()
.getOptions()
.as(SpannerChangeStreamOptions.class)
.setMetadataTable(partitionMetadataTableName);

final PCollection<byte[]> impulseOut = input.apply(Impulse.create());
final PCollection<PartitionMetadata> partitionsOut =
Expand Down

0 comments on commit e26eb12

Please sign in to comment.