Fix MessageDifferencer and MessagePatch to support the case where the two messages store different payload types in an Any field. Before this CL, MessageDifferencer::Compare would report false without producing any diff.
After this CL, it will compute a diff by without interpreting the payloads. PiperOrigin-RevId: 554503691pull/13398/head
parent
e3b0943412
commit
7656a6107d
2 changed files with 25 additions and 5 deletions
Loading…
Reference in new issue