You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Jiawei Wang (JIRA)" <ji...@apache.org> on 2019/07/19 01:04:00 UTC

[jira] [Created] (IMPALA-8772) Import Testcase failed for SQL without table refs

Jiawei Wang created IMPALA-8772:
-----------------------------------

             Summary: Import Testcase failed for SQL without table refs
                 Key: IMPALA-8772
                 URL: https://issues.apache.org/jira/browse/IMPALA-8772
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 3.2.0
            Reporter: Jiawei Wang


The command:
{code:java}
COPY TESTCASE FROM <hdfspath>
{code}
Failed with a NullPointerException when the sql that created this testcase has no table refs, for example:
{code:java}
select 1,1,1;
{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)