kennknowles commented on pull request #12681: URL: https://github.com/apache/beam/pull/12681#issuecomment-797066840
Pulled this PR and ran it `./gradlew :sdks:java:extensions:sorter:spotbugsMain` ``` Exceptional return value of java.io.File.delete() ignored in org.apache.beam.sdk.extensions.sorter.NativeFileSorter.sortInBatch() -- | Bug type RV_RETURN_VALUE_IGNORED_BAD_PRACTICE (click for details)In class org.apache.beam.sdk.extensions.sorter.NativeFileSorterIn method org.apache.beam.sdk.extensions.sorter.NativeFileSorter.sortInBatch()Called method java.io.File.delete()At NativeFileSorter.java:[line 142] ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
