You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by la...@apache.org on 2019/06/16 20:46:36 UTC

[phoenix] 04/04: PHOENIX-5349 Speed up AlterTableWithViewsIT.

This is an automated email from the ASF dual-hosted git repository.

larsh pushed a commit to branch 4.x-HBase-1.5
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit 61ca52c4296c9cbcdbf087ad7e95283bc7e7eb3d
Author: Lars Hofhansl <la...@apache.org>
AuthorDate: Sun Jun 16 13:45:14 2019 -0700

    PHOENIX-5349 Speed up AlterTableWithViewsIT.
---
 .../it/java/org/apache/phoenix/end2end/AlterTableWithViewsIT.java    | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableWithViewsIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableWithViewsIT.java
index 82a119f..ebb238a 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableWithViewsIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/AlterTableWithViewsIT.java
@@ -93,9 +93,8 @@ public class AlterTableWithViewsIT extends SplitSystemCatalogIT {
     // name is used by failsafe as file name in reports
     @Parameters(name = "AlterTableWithViewsIT_columnEncoded={0}, multiTenant={1}, salted={2}")
     public static Collection<Boolean[]> data() {
-        return Arrays.asList(new Boolean[][] { { false, false, false }, { false, false, true },
-                { false, true, false }, { false, true, true }, { true, false, false },
-                { true, false, true }, { true, true, false }, { true, true, true } });
+        return Arrays.asList(new Boolean[][] { { false, false, false }, { true, false, true },
+                { true, true, false }, { true, true, true } });
     }
     
     // transform PColumn to String