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 2016/02/21 04:43:01 UTC

[35/48] phoenix git commit: PHOENIX-1659 PhoenixDatabaseMetaData.getColumns does not return REMARKS column

PHOENIX-1659 PhoenixDatabaseMetaData.getColumns does not return REMARKS column

Followup commit to adjust the COLUMN_FAMILY_POSITION in QueryUtil as well.


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

Branch: refs/heads/4.x-HBase-1.1
Commit: b0786f5d1082509da9ca2d9f20e651328f025069
Parents: 4c70522
Author: Josh Mahonin <jm...@interset.com>
Authored: Mon Jun 29 15:27:01 2015 -0400
Committer: Josh Mahonin <jm...@interset.com>
Committed: Mon Jun 29 17:00:41 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b0786f5d/phoenix-core/src/main/java/org/apache/phoenix/util/QueryUtil.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/main/java/org/apache/phoenix/util/QueryUtil.java b/phoenix-core/src/main/java/org/apache/phoenix/util/QueryUtil.java
index a2d4a91..bc2141c 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/util/QueryUtil.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/util/QueryUtil.java
@@ -59,7 +59,7 @@ public final class QueryUtil {
     /**
      *  Column family name index within ResultSet resulting from {@link DatabaseMetaData#getColumns(String, String, String, String)}
      */
-    public static final int COLUMN_FAMILY_POSITION = 24;
+    public static final int COLUMN_FAMILY_POSITION = 25;
 
     /**
      *  Column name index within ResultSet resulting from {@link DatabaseMetaData#getColumns(String, String, String, String)}