Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 7d5a3b685 -> c1ffd8890
PHOENIX-2356 Set TRANSACTIONAL to true for derived views when transitioning to transactional table (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c1ffd889 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c1ffd889 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/c1ffd889 Branch: refs/heads/4.x-HBase-1.0 Commit: c1ffd889097c686fc00042ec4051a6e03f09b99a Parents: 7d5a3b6 Author: Thomas D'Silva <[email protected]> Authored: Mon Dec 7 12:02:54 2015 -0800 Committer: Thomas D'Silva <[email protected]> Committed: Mon Dec 7 12:02:54 2015 -0800 ---------------------------------------------------------------------- .../it/java/org/apache/phoenix/end2end/AlterTableWithViewsIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/c1ffd889/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableWithViewsIT.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableWithViewsIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableWithViewsIT.java index 3f0234a..e83d4ca 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableWithViewsIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableWithViewsIT.java @@ -58,7 +58,7 @@ import org.apache.phoenix.util.SchemaUtil; import org.junit.BeforeClass; import org.junit.Test; -import co.cask.tephra.hbase98.coprocessor.TransactionProcessor; +import co.cask.tephra.hbase10.coprocessor.TransactionProcessor; import com.google.common.base.Objects; import com.google.common.collect.Maps;
