taklwu commented on code in PR #6508:
URL: https://github.com/apache/hbase/pull/6508#discussion_r2162688931
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePreadReader.java:
##########
@@ -38,6 +38,7 @@ public HFilePreadReader(ReaderContext context, HFileInfo
fileInfo, CacheConfig c
// master hosted regions, like the master procedures store wouldn't have a
block cache
// Prefetch file blocks upon open if requested
if (cacheConf.getBlockCache().isPresent() &&
cacheConf.shouldPrefetchOnOpen()) {
+
Review Comment:
nit: do we need this spacing ?
--
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]