We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f970a8 commit cb6540cCopy full SHA for cb6540c
1 file changed
core/src/main/java/org/apache/iceberg/ManifestFiles.java
@@ -81,7 +81,7 @@ static ContentCache contentCache(FileIO io) {
81
}
82
83
/** Drop manifest file cache object for a FileIO if exists. */
84
- public static synchronized void dropCache(FileIO fileIO) {
+ public static void dropCache(FileIO fileIO) {
85
CONTENT_CACHES.invalidate(fileIO);
86
CONTENT_CACHES.cleanUp();
87
0 commit comments