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:
[email protected]
With regards,
Apache Git Services