jnturton commented on code in PR #2660:
URL: https://github.com/apache/drill/pull/2660#discussion_r981908934


##########
contrib/storage-http/src/main/java/org/apache/drill/exec/store/http/HttpBatchReader.java:
##########
@@ -66,7 +67,7 @@ public class HttpBatchReader implements 
ManagedReader<SchemaNegotiator> {
   private final int maxRecords;
   protected final Paginator paginator;
   protected String baseUrl;
-  private JsonLoader jsonLoader;
+  private JsonLoaderImpl jsonLoader;

Review Comment:
   I hadn't noticed that we'd already started depending on JsonLoaderImpl. Is 
something preventing working with the JsonLoader interface?



-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to