Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.2 789a2c9e1 -> 1b643415d
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/1b643415 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1b643415 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/1b643415 Branch: refs/heads/4.x-HBase-1.2 Commit: 1b643415db0e60d136507e6fe5b5fb89c4bc3ec1 Parents: 789a2c9 Author: James Taylor <[email protected]> Authored: Fri Sep 29 13:11:57 2017 -0700 Committer: James Taylor <[email protected]> Committed: Fri Sep 29 13:13:15 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/1b643415/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);
