guluo2016 commented on code in PR #7236:
URL: https://github.com/apache/hbase/pull/7236#discussion_r2288538662
##########
hbase-server/src/main/resources/hbase-webapps/master/table.jsp:
##########
@@ -170,6 +170,28 @@
<% return;
} %>
+<%
+ // handle the case for fqtn is not null with IllegalArgumentException
message + redirect
+ if (fqtn != null) {
Review Comment:
null check has already been performed earlier, `fqtn` is guaranteed to be
non-null at this point.
Therefore, the additional null check here appears redundant.
--
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]