brfrn169 commented on a change in pull request #722: HBASE-23065 [hbtop] Top-N 
heavy hitter user and client drill downs
URL: https://github.com/apache/hbase/pull/722#discussion_r347901047
 
 

 ##########
 File path: 
hbase-hbtop/src/main/java/org/apache/hadoop/hbase/hbtop/screen/top/FilterDisplayModeScreenView.java
 ##########
 @@ -65,6 +65,7 @@ public void showFilters(List<RecordFilter> filters) {
     if (!filters.isEmpty()) {
       filtersString = String.join(" + ",
         filters.stream().map(f -> String.format("'%s'", 
f)).collect(Collectors.toList()));
+
 
 Review comment:
   We don't need this line :)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to