dlmarion commented on code in PR #3874:
URL: https://github.com/apache/accumulo/pull/3874#discussion_r1370031458


##########
core/src/main/java/org/apache/accumulo/core/file/blockfile/impl/CachableBlockFile.java:
##########
@@ -69,11 +66,10 @@ public static String pathToCacheId(Path p) {
 
   public static class CachableBuilder {
     String cacheId = null;
-    IoeSupplier<InputStream> inputSupplier = null;
+    IoeSupplier<FSDataInputStream> inputSupplier = null;

Review Comment:
   The BCFile.Reader constructor takes `InputStreamType extends InputStream & 
Seekable` as an argument, not a plain `InputStream`. I don't think I can cast 
an `InputStream` to this type when I call the constructor, so I have to make it 
a type that implements both of these things.



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