umeshdangat commented on PR #3434:
URL: https://github.com/apache/flink-cdc/pull/3434#issuecomment-2211286418

   @loserwang1024 thanks for looking into the PR. 
   
   I think that 
[BinaryRecordData](https://github.com/apache/flink-cdc/pull/3434/files#diff-627ee590cbea3f02a5848579d456366a1e8118975c369251c9acba361a7d0c8aL257)
 class is for the most part a port from flink's source 
[BinaryRowData](https://github.com/apache/flink/blob/master/flink-table/flink-table-common/src/main/java/org/apache/flink/table/data/binary/BinaryRowData.java#L374).
   
   Following that code I tried to keep my code consistent with flink's 
[BinaryArrayData](https://github.com/apache/flink/blob/master/flink-table/flink-table-common/src/main/java/org/apache/flink/table/data/binary/BinaryArrayData.java#L52)
 and 
[BinaryMapData](https://github.com/apache/flink/blob/master/flink-table/flink-table-common/src/main/java/org/apache/flink/table/data/binary/BinaryMapData.java#L38).
   
   
   
   


-- 
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]

Reply via email to