You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Shreepadma Venugopalan (JIRA)" <ji...@apache.org> on 2013/12/27 00:53:50 UTC

[jira] [Created] (SENTRY-78) UDFs can't be referenced in a CTAS when Sentry is enabled for Hive

Shreepadma Venugopalan created SENTRY-78:
--------------------------------------------

             Summary: 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


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)