deniskuzZ commented on code in PR #4761: URL: https://github.com/apache/hive/pull/4761#discussion_r1425524946
########## iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.java: ########## @@ -469,12 +470,13 @@ private Long getSnapshotId(Table table, String branchName) { /** * Creates and commits an Iceberg change with the provided data and delete files. * If there are no delete files then an Iceberg 'append' is created, otherwise Iceberg 'overwrite' is created. - * @param table The table we are changing - * @param startTime The start time of the commit - used only for logging - * @param results The object containing the new files we would like to add to the table + * @param table The table we are changing + * @param startTime The start time of the commit - used only for logging + * @param results The object containing the new files we would like to add to the table + * @param conflictDetectionFilter Filter expression for conflict detection filter */ private void commitWrite(Table table, String branchName, Long snapshotId, long startTime, - FilesForCommit results, Operation operation) { + FilesForCommit results, Operation operation, Expression conflictDetectionFilter) { Review Comment: please rename method param to `filterExpr` -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org