liuxiaocs7 commented on code in PR #8271:
URL: https://github.com/apache/hbase/pull/8271#discussion_r3304789554
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHStoreFile.java:
##########
@@ -818,7 +811,7 @@ public void testReseek() throws Exception {
StoreFileScanner s = getStoreFileScanner(reader, false, false);
s.reseek(k);
- assertNotNull("Intial reseek should position at the beginning of the
file", s.peek());
+ assertNotNull(s.peek(), "Intial reseek should position at the beginning of
the file");
Review Comment:
fix this typo
--
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]