EMsnap commented on code in PR #8238:
URL: https://github.com/apache/inlong/pull/8238#discussion_r1229186065
##########
inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergSingleStreamWriter.java:
##########
@@ -142,10 +152,62 @@ public void prepareSnapshotPreBarrier(long checkpointId)
throws Exception {
this.writer = taskWriterFactory.create();
}
+ public static RowData removeField(RowData rowData, int fieldIndex, RowType
rowType) {
Review Comment:
can be private and add some notes here
--
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]