[ https://issues.apache.org/jira/browse/DRILL-5979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arina Ielchiieva resolved DRILL-5979.
-------------------------------------
Resolution: Not A Bug
Web UI does not maintain session unless authorization is enabled so the described behavior
is expected.
> 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.10.0, 1.11.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)
|