NihalJain commented on code in PR #6166:
URL: https://github.com/apache/hbase/pull/6166#discussion_r1720992374


##########
hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestsDriver.java:
##########
@@ -77,7 +77,7 @@ protected void addOptions() {
 
   @Override
   protected void processOptions(CommandLine cmd) {
-    String testFilterString = cmd.getOptionValue(SHORT_REGEX_ARG, null);
+    String testFilterString = cmd.getOptionValue(SHORT_REGEX_ARG, (String) 
null);

Review Comment:
   We can simply skip/remove 2nd param as the method anyways return null by 
default.



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