Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 d39d3a783 -> b942c91bc
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/b942c91b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b942c91b Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/b942c91b Branch: refs/heads/4.x-HBase-1.1 Commit: b942c91bcdb65f4df5ebf6ff51d7aadff747f845 Parents: d39d3a7 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:57 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/b942c91b/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);
