Repository: phoenix Updated Branches: refs/heads/master 83827cd8c -> e906841fb
PHOENIX-2890 Extend IndexTool to allow incremental index rebuilds(addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e906841f Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e906841f Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/e906841f Branch: refs/heads/master Commit: e906841fb2c96615f0d50b06c48bdeda78379c94 Parents: 83827cd Author: Ankit Singhal <ankitsingha...@gmail.com> Authored: Mon Dec 26 12:28:14 2016 +0530 Committer: Ankit Singhal <ankitsingha...@gmail.com> Committed: Mon Dec 26 12:28:14 2016 +0530 ---------------------------------------------------------------------- .../end2end/IndexToolForPartialBuildWithNamespaceEnabledIT.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/e906841f/phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForPartialBuildWithNamespaceEnabledIT.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForPartialBuildWithNamespaceEnabledIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForPartialBuildWithNamespaceEnabledIT.java index 5e16b05..4b2371c 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForPartialBuildWithNamespaceEnabledIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForPartialBuildWithNamespaceEnabledIT.java @@ -36,10 +36,10 @@ import com.google.common.collect.Maps; * Tests for the {@link IndexToolForPartialBuildWithNamespaceEnabled} */ @RunWith(Parameterized.class) -public class IndexToolForPartialBuildWithNamespaceEnabled extends IndexToolForPartialBuildIT { +public class IndexToolForPartialBuildWithNamespaceEnabledIT extends IndexToolForPartialBuildIT { - public IndexToolForPartialBuildWithNamespaceEnabled(boolean localIndex, boolean isNamespaceEnabled) { + public IndexToolForPartialBuildWithNamespaceEnabledIT(boolean localIndex, boolean isNamespaceEnabled) { super(localIndex); this.isNamespaceEnabled=isNamespaceEnabled; }