This repository has been archived by the owner on May 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(recombine)!: change default operator type
When declaring a `recombine` operator in configuration without specifying the `id`, the default operator ID is `metadata`. This can cause issues when user configures both an actual `metadata` operator and `recombine` operator, both of them without their `id`s. BREAKING CHANGE: The default operator ID for `recombine` operator is now `recombine`, not `metadata`.
- Loading branch information
1 parent
020ff68
commit ab0c356
Showing
2 changed files
with
2 additions
and
2 deletions.
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
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