You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by GitBox <gi...@apache.org> on 2022/10/23 07:45:57 UTC

[GitHub] [tez] abstractdog commented on a diff in pull request #243: TEZ-4450: Shuffle data fetch fails when shuffle data is transferred via CompositeRoutedDataMovementEvent

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


##########
tez-runtime-library/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker:
##########
@@ -0,0 +1,13 @@
+#   Licensed under the Apache License, Version 2.0 (the "License");

Review Comment:
   does this extra file have any advantages compared to adding this below as a dependency:
   ```
   <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-inline</artifactId>
       <version>xxx</version>
       <scope>test</scope>
   </dependency>
   ```



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

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