Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 a100627c9 -> 045653edd
PHOENIX-4258 Breakup ScanQueryIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/045653ed Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/045653ed Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/045653ed Branch: refs/heads/4.x-HBase-0.98 Commit: 045653eddb7ba6c02f737c741a3972c561de6128 Parents: a100627 Author: James Taylor <[email protected]> Authored: Fri Sep 29 13:11:57 2017 -0700 Committer: James Taylor <[email protected]> Committed: Fri Sep 29 13:12:40 2017 -0700 ---------------------------------------------------------------------- .../src/it/java/org/apache/phoenix/end2end/PointInTimeQueryIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/045653ed/phoenix-core/src/it/java/org/apache/phoenix/end2end/PointInTimeQueryIT.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PointInTimeQueryIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PointInTimeQueryIT.java index b08fb25..9f09bc7 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/PointInTimeQueryIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/PointInTimeQueryIT.java @@ -61,7 +61,7 @@ public class PointInTimeQueryIT extends BaseQueryIT { return testCases; } - public PointInTimeQueryIT(String idxDdl, boolean mutable, boolean columnEncoded, boolean keepDeletedCells) + public PointInTimeQueryIT(String idxDdl, boolean mutable, boolean columnEncoded) throws Exception { // These queries fail without KEEP_DELETED_CELLS=true super(idxDdl, mutable, columnEncoded, true);
