chenjunjiedada commented on a change in pull request #1517:
URL: https://github.com/apache/iceberg/pull/1517#discussion_r503810693
##########
File path: flink/src/test/java/org/apache/iceberg/flink/TestHelpers.java
##########
@@ -49,6 +61,49 @@
private TestHelpers() {
}
+ public static RowData copyRowData(RowData from, RowType rowType) {
Review comment:
@JingsongLi , I can not use `RowDataSerializer` directly since the
returned RowData may contain metadata column after merging with position
deletes. So I created this function to do the copy job.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]