You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rajeshwar Rao (JIRA)" <ji...@apache.org> on 2017/11/20 13:31:02 UTC

[jira] [Created] (DRILL-5979) unnable to access temporary table from drill web interface

Rajeshwar Rao created DRILL-5979:
------------------------------------

             Summary: unnable to access temporary table from drill web interface
                 Key: DRILL-5979
                 URL: https://issues.apache.org/jira/browse/DRILL-5979
             Project: Apache Drill
          Issue Type: Bug
          Components: Web Server
    Affects Versions: 1.11.0, 1.10.0
         Environment: CentOS
            Reporter: Rajeshwar Rao
             Fix For: 1.12.0


Hi,

I am unable to access a temporary table created from Apache drill web Interface.

In web UI temporary table is created successfully using following query
create temporary table t as select 'A' from (values(1))

when we try to access the temporary table using 

select * from t

following error is seen, org.apache.drill.common.exceptions.UserRemoteException: VALIDATION ERROR: At line 1, column 15: Table 't' not found SQL Query null

even when i use the workspace and schema same error is shown

Note : The same works fine from CLI ( jdbc:drill:zk=local>)





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