[
https://issues.apache.org/jira/browse/DRILL-8244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551725#comment-17551725
]
ASF GitHub Bot commented on DRILL-8244:
---------------------------------------
jnturton commented on code in PR #2571:
URL: https://github.com/apache/drill/pull/2571#discussion_r892680201
##########
contrib/storage-http/src/test/java/org/apache/drill/exec/store/http/TestHttpUDFFunctions.java:
##########
@@ -101,6 +123,30 @@ public static void setup() throws Exception {
cluster.defineStoragePlugin("local", mockStorageConfigWithWorkspace);
}
+ @Test
+ public void testProvidedSchema() throws Exception {
Review Comment:
Thanks for adding a test to exercise a provided schema.
> HTTP_Request Not Passing Down Config Variable
> ---------------------------------------------
>
> Key: DRILL-8244
> URL: https://issues.apache.org/jira/browse/DRILL-8244
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - Other
> Affects Versions: 1.20.1
> Reporter: Charles Givre
> Assignee: Charles Givre
> Priority: Major
> Fix For: 2.0.0
>
>
> The http_request UDF was not passing down the provided schema and other
> config parameters down to the jsonLoader.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)