ndimiduk commented on code in PR #6857:
URL: https://github.com/apache/hbase/pull/6857#discussion_r2048859424


##########
hbase-common/src/main/java/org/apache/hadoop/hbase/io/compress/DictionaryCache.java:
##########
@@ -91,7 +91,7 @@ public byte[] load(String s) throws Exception {
     try {
       return CACHE.get(path);
     } catch (ExecutionException e) {
-      throw new IOException(e);
+      throw new RuntimeException("Unable to load dictionary at " + path, e);

Review Comment:
   👍 



-- 
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]

Reply via email to