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

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

vdiravka merged PR #2573:
URL: https://github.com/apache/drill/pull/2573




> 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}
> {code:java}
> Found one or more vector errors from ProjectRecordBatch
> col_1 - NullableFloat8Vector: Row count = 2, but value count = 1
> {code}



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

Reply via email to