[
https://issues.apache.org/jira/browse/RANGER-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286122#comment-17286122
]
Igor Calabria commented on RANGER-3180:
---------------------------------------
[https://github.com/trinodb/trino/pull/6084] broke SPI API. I made a small
patch that can be applied to "release-ranger-2.1.0" base. You'll probably need
to apply the kms https://issues.apache.org/jira/browse/RANGER-2317 patch too,
because presto > 333 requires java 11 to compile
> '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
> Priority: Blocker
> Attachments: 0001-RANGER-3180-presto-350-support.patch
>
>
> The following queries run without errors but return no result i.e. there 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)