abstractdog commented on code in PR #407:
URL: https://github.com/apache/tez/pull/407#discussion_r2068495409


##########
tez-runtime-library/src/test/java/org/apache/tez/runtime/library/common/shuffle/impl/TestSimpleFetchedInputAllocator.java:
##########
@@ -66,7 +66,7 @@ public void testInMemAllocation() throws IOException {
     
     
     FetchedInput fi2 = inputManager.allocate(requestSize, compressedSize, new 
InputAttemptIdentifier(2, 1));
-    assertEquals(FetchedInput.Type.MEMORY, fi2.getType());
+    assertEquals(FetchedInput.Type.DISK, fi2.getType());

Review Comment:
   hm, how is this related to the JDK17 upgrade?



-- 
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]

Reply via email to