eric-maynard commented on code in PR #2304: URL: https://github.com/apache/polaris/pull/2304#discussion_r2274262630
########## runtime/service/src/main/java/org/apache/polaris/service/task/BatchFileCleanupTaskHandler.java: ########## @@ -53,7 +53,7 @@ public boolean handleTask(TaskEntity task, CallContext callContext) { BatchFileCleanupTask cleanupTask = task.readData(BatchFileCleanupTask.class); TableIdentifier tableId = cleanupTask.tableId(); List<String> batchFiles = cleanupTask.batchFiles(); - try (FileIO authorizedFileIO = fileIOSupplier.apply(task, callContext)) { + try (FileIO authorizedFileIO = fileIOSupplier.apply(task, tableId, callContext)) { Review Comment: Ah, sorry, I completely missed that. Anyway, [here](https://github.com/apache/polaris/compare/main...eric-maynard:polaris:fix-task-tableid?expand=1) is a one-line fix that doesn't change any APIs. From my debugger: <img width="733" height="437" alt="Screenshot 2025-08-13 at 11 15 05 AM" src="https://github.com/user-attachments/assets/3f17ea05-f46e-430e-9e81-a9ac3b405a71" /> -- 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...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org