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/13 20:39:45 UTC

[phoenix] branch 4.x-HBase-1.4 updated: PHOENIX-5342 ViewIndexIT and ViewIT fail after PHOENIX-5156.

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

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


The following commit(s) were added to refs/heads/4.x-HBase-1.4 by this push:
     new 6b42fc7  PHOENIX-5342 ViewIndexIT and ViewIT fail after PHOENIX-5156.
6b42fc7 is described below

commit 6b42fc740151bf78b55bc1b7e78f081b2f745709
Author: Lars Hofhansl <la...@apache.org>
AuthorDate: Thu Jun 13 13:40:08 2019 -0700

    PHOENIX-5342 ViewIndexIT and ViewIT fail after PHOENIX-5156.
---
 .../src/main/java/org/apache/phoenix/schema/MetaDataClient.java        | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java b/phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
index 81f540c..ab7d881 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
@@ -942,9 +942,6 @@ public class MetaDataClient {
                 } else {
                     indexesToAdd.add(PTableImpl.builderWithColumns(index, getColumnsToClone(index))
                             .setTableName(modifiedIndexName)
-                            .setParentName(view.getName())
-                            .setParentSchemaName(view.getSchemaName())
-                            .setParentTableName(view.getTableName())
                             .setViewStatement(viewStatement)
                             .setUpdateCacheFrequency(view.getUpdateCacheFrequency())
                             .setTenantId(view.getTenantId())