Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchsnj committed Jun 27, 2023
1 parent 28d1052 commit baf87aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/topology/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,8 @@ fn build_task_transform(
component: key.clone(),
port: None,
});

// Task transforms can only write to the default output, so only a single schema def map is needed
let schema_definition_map = outputs
.iter()
.find(|x| x.port.is_none())
Expand Down

0 comments on commit baf87aa

Please sign in to comment.