Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 0.10.0.CR1
-
Component/s: core-library
-
Labels:None
-
Steps to Reproduce:
-
Git Pull Request:
Description
Inserts and updates receive the source fields and the order of the message is
{original_fields, source_fields, __deleted}. Deletes come through like
{original_fields, __deleted}. This fix puts the source fields back into delete rewrites in the correct order so messages have a consistent schema regardless of transaction type.