stevenzwu commented on code in PR #13994:
URL: https://github.com/apache/iceberg/pull/13994#discussion_r2322982236


##########
spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/source/TestFilteredScan.java:
##########
@@ -118,7 +119,11 @@ public class TestFilteredScan {
 
   @BeforeAll
   public static void startSpark() {
-    TestFilteredScan.spark = 
SparkSession.builder().master("local[2]").getOrCreate();
+    TestFilteredScan.spark =

Review Comment:
   this is the only file with merge conflict that I needs to manually resolve 
as the 4.0 code doesn't have the UDF lines below



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

Reply via email to