apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.43k stars 956 forks source link

[cdc] Fix ambiguous naming in CdcRecord #4450

Closed zhuyaogai closed 2 weeks ago

zhuyaogai commented 2 weeks ago

Purpose

Linked issue: close #xxx

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.

Tests

Existing

API and Format

No

Documentation

No