-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(enriching): prevent panic when attaching inputs to sinks with nam…
…e of a table (#22528) * fix(enriching): prevent panic when attaching inputs to sinks with name of a table If an enrichment table has the same name as one of components, even when that table is not used as a sink, `topology/running` panics when configuring inputs, because it is not checking the updated `inputs` map, but the `tasks` map when looking up enrichment tables that act as sinks. Closes: #22514 * Add changelog entry * Add 0.45.0 known issue note * Update website/cue/reference/releases/0.45.0.cue Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com> --------- Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
- Loading branch information
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Prevent panic when an enrichment table has the same name as one of components. | ||
|
||
authors: esensar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters