You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/08/22 05:02:57 UTC

[GitHub] [hbase] Reidddddd commented on a change in pull request #484: HBASE-22835 Scan/Get with setColumn and the store with ROWCOL bloom f…

Reidddddd commented on a change in pull request #484: HBASE-22835 Scan/Get with setColumn and the store with ROWCOL bloom f…
URL: https://github.com/apache/hbase/pull/484#discussion_r316497124
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java
 ##########
 @@ -1086,5 +1120,4 @@ public long getEstimatedNumberOfKvsScanned() {
   public Cell getNextIndexedKey() {
     return this.heap.getNextIndexedKey();
   }
-}
-
+}
 
 Review comment:
   nit, an empty line at the end of file

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services