GitHub user andrewor14 opened a pull request:
https://github.com/apache/spark/pull/11948
[SPARK-14119][SQL] Throw exception on role DDL commands
## What changes were proposed in this pull request?
Before: We just pass all role commands to Hive even though it doesn't work.
After: We throw an exception saying it's not supported.
## How was this patch tested?
`HiveQuerySuite`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrewor14/spark ddl-role-management
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11948.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 #11948
----
commit b7fbb4bbd14b220786eb62317409eb83949253b4
Author: Andrew Or <[email protected]>
Date: 2016-03-25T00:09:19Z
Throw exception on all role DDLs
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]