You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Riza Suminto (Jira)" <ji...@apache.org> on 2021/10/13 21:34:00 UTC

[jira] [Resolved] (IMPALA-10950) expr-benchmark.cc needs some update

     [ https://issues.apache.org/jira/browse/IMPALA-10950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Riza Suminto resolved IMPALA-10950.
-----------------------------------
    Fix Version/s: Impala 4.1.0
       Resolution: Fixed

The fix has been merged.

> expr-benchmark.cc needs some update
> -----------------------------------
>
>                 Key: IMPALA-10950
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10950
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Riza Suminto
>            Assignee: Riza Suminto
>            Priority: Minor
>             Fix For: Impala 4.1.0
>
>
> expr-benchmark compiles, but crash when it is executed.
> This is because the scalar expression's thrift definition has moved from
> {code:java}
> query_request.plan_exec_info[0].fragments[0].output_sink.output_exprs{code}
> to
> {code:java}
> query_request.plan_exec_info[0].fragments[0].plan.nodes[0].union_node.const_expr_lists[0]{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)