You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "yyzzjj (JIRA)" <ji...@apache.org> on 2017/11/06 10:16:00 UTC

[jira] [Created] (IMPALA-6162) KuduScanNodeBase open funcion call ExecNode::Open funcion

yyzzjj created IMPALA-6162:
------------------------------

             Summary: KuduScanNodeBase  open funcion  call ExecNode::Open funcion
                 Key: IMPALA-6162
                 URL: https://issues.apache.org/jira/browse/IMPALA-6162
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 2.10.0
            Reporter: yyzzjj
            Priority: Critical


https://github.com/cloudera/Impala/blob/cdh5-trunk/be/src/exec/kudu-scan-node-base.cc

Status KuduScanNodeBase::Open(RuntimeState* state) {
  RETURN_IF_ERROR(ExecNode::Open(state));  <--  87 row



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)