eomiks 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_r316505116
##########
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:
I fixed nit a9443952ada0a3022f0c7f083fe9752c1d83f75a
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services