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/01 21:22:00 UTC

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

Riza Suminto created IMPALA-10950:
-------------------------------------

             Summary: 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


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)