Currently, the field named fields in CdcRecord look like schema info, but actually represent data info, which is ambiguous. And there is also some ambiguity with RichCdcRecord field naming. So I rename the the field named fields in CdcRecord to data.
Purpose
Linked issue: close #xxx
Currently, the field named
fields
inCdcRecord
look likeschema
info, but actually representdata
info, which is ambiguous. And there is also some ambiguity withRichCdcRecord
field naming. So I rename the the field namedfields
inCdcRecord
todata
.Tests
Existing
API and Format
No
Documentation
No