tillrohrmann commented on a change in pull request #18081:
URL: https://github.com/apache/flink/pull/18081#discussion_r766690785
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/blob/BlobCacheGetTest.java
##########
@@ -237,10 +237,14 @@ private void testGetFailsIncoming(@Nullable final JobID
jobId, BlobKey.BlobType
// make sure the blob cache cannot create any files in its storage
dir
if (blobType == PERMANENT_BLOB) {
tempFileDir =
-
cache.getPermanentBlobService().createTemporaryFilename().getParentFile();
+ ((PermanentBlobCache) cache.getPermanentBlobService())
Review comment:
Yes, this is not correct. I'll remove it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]