Github user kkhatua commented on the issue:
https://github.com/apache/drill/pull/1077
@sohami
Applied the checks for security to deny unauthorized access.
This is a screenshot with an admin user (`mapr`) querying the table.
<img width="1440" alt="adminuser"
src="https://user-images.githubusercontent.com/4335237/34444695-cbe7efd4-ec84-11e7-9bf1-e4b007c8a062.png">
This is a screenshot with a non-admin user (`kuser1`) querying the table.
<img width="1440" alt="nonadminuser"
src="https://user-images.githubusercontent.com/4335237/34444715-f7f0b85e-ec84-11e7-8fe1-bbed71e2d5ea.png">
---