Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove a couple non-applicable VIEW privileges from type-specific enu…
…ms (#394) Even though VIEW_CREATE is "about" views, as a privilege it's only applicable to NAMESPACE or CATALOG since views are created under namespaces (and at the catalog-level it means inheriting that for all child namespaces). This will be consistent with how TABLE_CREATE is already declared. Remove VIEW_READ_PROPERTIES from the TablePrivilege enum; this appears to have been a simple typo.
- Loading branch information