Repository: phoenix Updated Branches: refs/heads/master c4b478dc1 -> f1b457819
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/f1b45781 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f1b45781 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/f1b45781 Branch: refs/heads/master Commit: f1b4578193b900f3440af681e222d18307de28ce Parents: c4b478d Author: James Taylor <[email protected]> Authored: Fri Sep 29 13:11:57 2017 -0700 Committer: James Taylor <[email protected]> Committed: Fri Sep 29 13:11: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/f1b45781/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);
