[
https://issues.apache.org/jira/browse/SENTRY-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13857442#comment-13857442
]
Jarek Jarcec Cecho commented on SENTRY-78:
------------------------------------------
Good catch [~shreepadma]! I'm +1 on the patch, can we just remove the trailing
white space characters?
{code}
jarcec@jarcec-thinkpad sentry % git apply SENTRY-78.patch
SENTRY-78.patch:9: space before tab in indent.
// If this is a UDF, then check whether its allowed to be executed
SENTRY-78.patch:17: trailing whitespace.
SENTRY-78.patch:32: trailing whitespace.
warning: 3 lines add whitespace errors
{code}
> UDFs can't be referenced in a CTAS when Sentry is enabled for Hive
> ------------------------------------------------------------------
>
> Key: SENTRY-78
> URL: https://issues.apache.org/jira/browse/SENTRY-78
> Project: Sentry
> Issue Type: Bug
> Reporter: Shreepadma Venugopalan
> Assignee: Shreepadma Venugopalan
> Attachments: SENTRY-78.patch
>
>
> Following Hive query fails when Sentry is enabled,
> create table table2 as select A, count(A) from TAB_1 GROUP BY A
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)