You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ma...@apache.org on 2015/07/02 23:01:40 UTC

[37/47] 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/83b8db4d
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/83b8db4d
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/83b8db4d

Branch: refs/heads/calcite
Commit: 83b8db4def81d9a7fc959de116edbaa1a265bf18
Parents: d604494
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 16:56:54 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/83b8db4d/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)}