-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(reduce transform): use the correct merge strategy for top level o…
…bjects (#21067) * fix(issue 21065): use the correct merge strategy for top level objects * changelog * revert config changes to preserve backwards compatibility * enhance test case * update test with another merge strategy, note we cannot handle strategies for both 'a' and 'a.b' * tweak changelog text * workaround for issue 21077 * add nested path to the test case * Address review points * add dot to message * more review points
- Loading branch information
Showing
4 changed files
with
332 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fixes a Vector v0.40.0 regression where the `reduce` transform would not group top level objects correctly. |
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
Oops, something went wrong.