GitHub user karanmehta93 opened a pull request:
https://github.com/apache/phoenix/pull/289
PHOENIX-4528 PhoenixAccessController checks permissions only at tableâ¦
⦠level when creating views
@ankitsinghal @twdsilva Please review.
@ankitsinghal Please suggest new tests that can be added to verify this
patch. The test that I added only verifies that create views would succeed. The
change that I have made is generic, however it will be good to add tests that
cover scenarios that include creation or dropping of index tables.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/karanmehta93/phoenix PHOENX-4528
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/289.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 #289
----
commit 9490469b1f4977e1cca63558caad9472d6f2b2a8
Author: Karan Mehta <karanmehta93@...>
Date: 2018-01-14T01:10:31Z
PHOENIX-4528 PhoenixAccessController checks permissions only at table level
when creating views
----
---