Closed ConnorJC3 closed 4 months ago
This PR does not change the code coverage
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: torredil
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest
is a flake
Is this a bug fix or adding new feature?
Bug fix (internal facing, not customer facing)
What is this PR about? / Why do we need it?
InputType
in the coalescer shouldn't becomparable
as we don't use it as a key anywhere. Requiring it to becomparable
breaks coalescing with types that are not comparable such as maps, slices, etc. (for example see PR #2082 where it had to be added as a pointer instead of a map directly).What testing is done?
CI