GitHub user robertamarton opened a pull request: https://github.com/apache/incubator-trafodion/pull/1282
Trafodion-2705 user has "SHOW" privilege can't do 'showddl user' Showddl code now checks to see if current user matches the user name specified in the showddl command. It also verifies that the user has SHOW component privilege. Simplified privs1/TEST141 as part of goal to make privilege tests run faster. You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertamarton/incubator-trafodion traf-2705 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/1282.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1282 ---- commit 8f8b0e83aa5bbe50e34da04e9872150d82233782 Author: Roberta Marton <rmarton@edev07.esgyn.local> Date: 2017-10-30T04:21:21Z Trafodion-2705 user has "SHOW" privilege can't do 'showddl user' Showddl code now checks to see if current user matches the user name specified in the showddl command. It also verifies that the user has SHOW component privilege. Simplified privs1/TEST141 as part of goal to make privilege tests run faster. ---- ---