liuml07 commented on code in PR #4699:
URL: https://github.com/apache/iceberg/pull/4699#discussion_r865640504
##########
flink/v1.15/flink/src/test/java/org/apache/iceberg/flink/sink/TestIcebergFilesCommitter.java:
##########
@@ -743,14 +740,13 @@ public void testCommitTwoCheckpointsInSingleTxn() throws
Exception {
private DeleteFile writeEqDeleteFile(FileAppenderFactory<RowData>
appenderFactory,
String filename, List<RowData> deletes)
throws IOException {
- return SimpleDataUtil.writeEqDeleteFile(table, FileFormat.PARQUET,
tablePath, filename, appenderFactory, deletes);
Review Comment:
This should not be always `PARQUET` but `format`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]