Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 3.0, Impala 2.12.0
-
None
-
ghx-label-4
Description
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"