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


##########
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:
   I cannot see this change anymore, resolving this



-- 
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...@tez.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to