nastra commented on code in PR #12706: URL: https://github.com/apache/iceberg/pull/12706#discussion_r2026809626
########## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkWrite.java: ########## @@ -351,6 +353,7 @@ private OverwriteByFilter(Expression overwriteExpr) { public void commit(WriterCommitMessage[] messages) { OverwriteFiles overwriteFiles = table.newOverwrite(); overwriteFiles.overwriteByRowFilter(overwriteExpr); + overwriteFiles.caseSensitive(caseSensitive); Review Comment: yes it would be great if you could also add those tests to make sure that all the other operations work with case sensitivity -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org