Anchal Agarwal created RANGER-3180:
--------------------------------------
Summary: 'show columns' and 'describe' not returning resultset for
presto plugin
Key: RANGER-3180
URL: https://issues.apache.org/jira/browse/RANGER-3180
Project: Ranger
Issue Type: Bug
Components: plugins
Affects Versions: 2.1.0
Environment: ranger 2.1.0
prestosql 350
Reporter: Anchal Agarwal
The following queries run without errors but return no result i.e. their are no
rows:
{code:java}
show columns from <schema.table>
describe <schema.table>{code}
The same queries return data as expected when presto is used without the plugin.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)