JingsongLi commented on code in PR #1844:
URL: https://github.com/apache/incubator-paimon/pull/1844#discussion_r1300874172
##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/cdc/CdcRecord.java:
##########
@@ -35,10 +36,16 @@ public class CdcRecord implements Serializable {
private RowKind kind;
private final Map<String, String> fields;
+ private final Set<String> encodedFields;
Review Comment:
-1 for here, we should not modify common data structure.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]