ayushtkn commented on PR #5028:
URL: https://github.com/apache/hadoop/pull/5028#issuecomment-1554522912

   Hi @ashutoshcipher I just meant don't use *, there rather expand
   ```
   diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/test/java/org/apache/hadoop/mapreduce/v2/util/TestMRApps.java
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/test/java/org/apache/hadoop/mapreduce/v2/util/TestMRApps.java
   index 6da0867f411..349528c7731 100644
   --- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/test/java/org/apache/hadoop/mapreduce/v2/util/TestMRApps.java
   +++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/test/java/org/apache/hadoop/mapreduce/v2/util/TestMRApps.java
   @@ -18,7 +18,13 @@
    
    package org.apache.hadoop.mapreduce.v2.util;
    
   -import static org.junit.jupiter.api.Assertions.*;
   +import static org.junit.jupiter.api.Assertions.assertEquals;
   +import static org.junit.jupiter.api.Assertions.assertFalse;
   +import static org.junit.jupiter.api.Assertions.assertNotNull;
   +import static org.junit.jupiter.api.Assertions.assertNull;
   +import static org.junit.jupiter.api.Assertions.assertThrows;
   +import static org.junit.jupiter.api.Assertions.assertTrue;
   +import static org.junit.jupiter.api.Assertions.fail;
    import static org.mockito.Mockito.mock;
    import static org.mockito.Mockito.when;
   ```
   
   and the second was if we don't need to remove public and things can work 
like that also, we should let it stay, it will reduce our code changes, and 
less chances of people blaming us if something breaks around that to us.
   
   there is a code formatter for hadoop in case interested
   
https://github.com/apache/hadoop/blob/trunk/dev-support/code-formatter/hadoop_idea_formatter.xml


-- 
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: common-issues-unsubscr...@hadoop.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to