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/20 16:51:00 UTC

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

Austin Nobis created IMPALA-8326:
------------------------------------

             Summary: Incorrect toSql for CreateDropRoleStmt
                 Key: IMPALA-8326
                 URL: https://issues.apache.org/jira/browse/IMPALA-8326
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
            Reporter: Austin Nobis
            Assignee: Austin Nobis


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)