You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by sa...@apache.org on 2017/01/13 23:36:12 UTC

phoenix git commit: PHOENIX-3447 Addendum to fix compilation failure

Repository: phoenix
Updated Branches:
  refs/heads/encodecolumns2 31a371312 -> 5e5440ef7


PHOENIX-3447 Addendum to fix compilation failure


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5e5440ef
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5e5440ef
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/5e5440ef

Branch: refs/heads/encodecolumns2
Commit: 5e5440ef780f555812fc0654b690e67a6300d456
Parents: 31a3713
Author: Samarth <sa...@salesforce.com>
Authored: Fri Jan 13 15:36:01 2017 -0800
Committer: Samarth <sa...@salesforce.com>
Committed: Fri Jan 13 15:36:01 2017 -0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/phoenix/schema/MetaDataClient.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/5e5440ef/phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
----------------------------------------------------------------------
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 495969f..7c3876a 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
@@ -317,7 +317,7 @@ public class MetaDataClient {
                     TABLE_NAME + "," +
                     TABLE_SEQ_NUM  +
                     ") VALUES (?, ?, ?, ?)";
-    private static final String MUTATE_TABLE =
+    public static final String MUTATE_TABLE =
             "UPSERT INTO " + SYSTEM_CATALOG_SCHEMA + ".\"" + SYSTEM_CATALOG_TABLE + "\"( " +
                     TENANT_ID + "," +
                     TABLE_SCHEM + "," +