aokolnychyi commented on code in PR #15360:
URL: https://github.com/apache/iceberg/pull/15360#discussion_r2825021135


##########
spark/v4.1/spark/src/test/java/org/apache/iceberg/spark/source/TestFilteredScan.java:
##########
@@ -223,8 +223,7 @@ public void testUnpartitionedCaseInsensitiveIDFilters() {
 
       for (int i = 0; i < 10; i += 1) {
         SparkScanBuilder builder =
-            new SparkScanBuilder(spark, TABLES.load(options.get("path")), 
options)
-                .caseSensitive(false);
+            new SparkScanBuilder(spark, TABLES.load(options.get("path")), 
options);

Review Comment:
   Passing options with case sensitivity set is enough.



-- 
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]

Reply via email to