----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46886/ -----------------------------------------------------------
Review request for sentry and Dapeng Sun. Repository: sentry Description ------- Currently, SimpleFileProviderBackend is responsible for parse .ini file, but the file provider backend is deprecated. The logic for parse .ini file and validate authorization type hierarchy should be separated from SimpleFileProviderBackend. This JIRA is for adding authorization type hierarchy validator. Diffs ----- sentry-core/sentry-core-common/src/main/java/org/apache/sentry/core/common/validator/HierarchyValidator.java PRE-CREATION sentry-core/sentry-core-common/src/test/java/org/apache/sentry/core/common/validator/TestHierarchyValidator.java PRE-CREATION Diff: https://reviews.apache.org/r/46886/diff/ Testing ------- Thanks, Colin Ma
