You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Austin Nobis (JIRA)" <ji...@apache.org> on 2019/03/21 15:58:00 UTC

[jira] [Resolved] (IMPALA-8326) Incorrect toSql for CreateDropRoleStmt

     [ https://issues.apache.org/jira/browse/IMPALA-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Austin Nobis resolved IMPALA-8326.
----------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 3.3.0

> Incorrect toSql for CreateDropRoleStmt
> --------------------------------------
>
>                 Key: IMPALA-8326
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8326
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 3.0, Impala 2.12.0
>            Reporter: Austin Nobis
>            Assignee: Austin Nobis
>            Priority: Major
>             Fix For: Impala 3.3.0
>
>
> The toSql method for CreateDropRoleStmt is incorrect. The role name and the action are in an incorrect order:
> Ideal: "create role test_role"
> Current: "test_role create role"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)