[ 
https://issues.apache.org/jira/browse/DRILL-8248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17554195#comment-17554195
 ] 

ASF GitHub Bot commented on DRILL-8248:
---------------------------------------

cgivre commented on code in PR #2573:
URL: https://github.com/apache/drill/pull/2573#discussion_r897061430


##########
exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/json/loader/SingleElementIterator.java:
##########
@@ -0,0 +1,28 @@
+package org.apache.drill.exec.store.easy.json.loader;

Review Comment:
   Need a license header. 





> Fix http_request for several rows
> ---------------------------------
>
>                 Key: DRILL-8248
>                 URL: https://issues.apache.org/jira/browse/DRILL-8248
>             Project: Apache Drill
>          Issue Type: Sub-task
>          Components: Functions - Drill
>            Reporter: Vitalii Diravka
>            Assignee: Vitalii Diravka
>            Priority: Major
>
> For example the following query should return 2 rows, but `http_request` 
> return one row always.
> {code:java}
> SELECT `task_id`, http_request('devapp_cu./task/:task_id', `task_id`) as 
> `Total`
> FROM(
> SELECT `Id` as `task_id`
> FROM `devapp_cu`.`/list/:list_id/task(custom_fields)`
> WHERE list_id = '180680339')
> LIMIT 2
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to