gh-yzou commented on code in PR #1427: URL: https://github.com/apache/polaris/pull/1427#discussion_r2059541168
########## plugins/spark/v3.5/integration/src/intTest/java/org/apache/polaris/spark/quarkus/it/SparkIntegrationBase.java: ########## @@ -108,4 +92,29 @@ private Object[] toJava(Row row) { }) .toArray(Object[]::new); } + + /** Delete the file directory recursively. */ + protected void deleteDirectory(File directory) { Review Comment: updated to direct use FileUtils.deleteQuietly -- 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