lilei1128 commented on code in PR #16523:
URL: https://github.com/apache/iceberg/pull/16523#discussion_r3360893270


##########
spark/v3.5/spark/src/main/java/org/apache/iceberg/SparkDistributedDataScan.java:
##########
@@ -159,7 +159,7 @@ private DeleteFileIndex 
doPlanDeletesRemotely(List<ManifestFile> deleteManifests
     List<DeleteFile> deleteFiles =
         sparkContext
             .parallelize(toBeans(deleteManifests), deleteManifests.size())
-            .flatMap(new ReadDeleteManifest(tableBroadcast(), context()))
+            .flatMap(new ReadDeleteManifest(tableBroadcast(), specs(), 
context()))

Review Comment:
   Thanks a lot for your careful review and catching this subtle detail, really 
appreciate it!



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