You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by sp...@apache.org on 2017/09/05 15:49:44 UTC

[2/2] sentry git commit: SENTRY-1438: Move PolicyFiles from sentry-provider-file to sentry-core-common in V2 (Ke Jia via Dapeng Sun)

SENTRY-1438: Move PolicyFiles from sentry-provider-file to sentry-core-common in V2 (Ke Jia via Dapeng Sun)

Re-applied by Sergio Pena.


Project: http://git-wip-us.apache.org/repos/asf/sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/d0b12a4b
Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/d0b12a4b
Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/d0b12a4b

Branch: refs/heads/master
Commit: d0b12a4baba02868ba0bb7beeefe91a2f88361c4
Parents: afbd897
Author: Sun Dapeng <sd...@apache.org>
Authored: Mon Aug 8 10:49:37 2016 +0800
Committer: Sergio Pena <se...@cloudera.com>
Committed: Tue Sep 5 10:49:25 2017 -0500

----------------------------------------------------------------------
 .../test/java/org/apache/sentry/tests/e2e/hive/TestSandboxOps.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sentry/blob/d0b12a4b/sentry-tests/sentry-tests-hive-v2/src/test/java/org/apache/sentry/tests/e2e/hive/TestSandboxOps.java
----------------------------------------------------------------------
diff --git a/sentry-tests/sentry-tests-hive-v2/src/test/java/org/apache/sentry/tests/e2e/hive/TestSandboxOps.java b/sentry-tests/sentry-tests-hive-v2/src/test/java/org/apache/sentry/tests/e2e/hive/TestSandboxOps.java
index da3b90f..017adea 100644
--- a/sentry-tests/sentry-tests-hive-v2/src/test/java/org/apache/sentry/tests/e2e/hive/TestSandboxOps.java
+++ b/sentry-tests/sentry-tests-hive-v2/src/test/java/org/apache/sentry/tests/e2e/hive/TestSandboxOps.java
@@ -27,8 +27,8 @@ import java.sql.ResultSet;
 import java.sql.Statement;
 
 import org.apache.hadoop.fs.Path;
+import org.apache.sentry.core.common.utils.PolicyFiles;
 import org.apache.sentry.provider.file.PolicyFile;
-import org.apache.sentry.provider.file.PolicyFiles;
 import org.junit.Before;
 import org.junit.Test;