aoli-al opened a new pull request, #26025: URL: https://github.com/apache/flink/pull/26025
<!-- *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution in the best possible way, please go through the checklist below, which will get the contribution into a shape in which it can be best reviewed.* *Please understand that we do not do this to make contributions to Flink a hassle. In order to uphold a high standard of quality for code contributions, while at the same time managing a large number of contributions, we need contributors to prepare the contributions well, and give reviewers enough contextual information for the review. Please also understand that contributions that do not follow this guide will take longer to review and thus typically be picked up with lower priority by the community.* **(The sections below can be removed for hotfixes of typos)** --> ## What is the purpose of the change This PR improves the `PartitionedFileWriteReadTest`. The test now removes partition files after it finishes. ## Brief change log - Call `partitionedFile.deleteQuietly();` after test finishes. ## Verifying this change Please make sure both new and modified tests in this PR follow [the conventions for tests defined in our code quality guide](https://flink.apache.org/how-to-contribute/code-style-and-quality-common/#7-testing). With the patch I confirm that the partition files are removed. ## Does this pull request potentially affect one of the following parts: This PR only contains test changes. -- 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...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org