HoustonPutman commented on code in PR #1286:
URL: https://github.com/apache/solr/pull/1286#discussion_r1085629013
##########
solr/core/src/java/org/apache/solr/core/SolrResourceLoader.java:
##########
@@ -984,4 +987,43 @@ public static void persistConfLocally(
// This is to verify if this requires to use the schema classloader for
classes loaded from
// packages
private static final ThreadLocal<ResourceLoaderAware> CURRENT_AWARE = new
ThreadLocal<>();
+
+ public static class SolrFileInputStream extends InputStream {
Review Comment:
Perfect, I was looking for something like that but I guess I was searching
for the wrong names.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]