[
https://issues.apache.org/jira/browse/PHOENIX-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14201725#comment-14201725
]
Hudson commented on PHOENIX-1394:
---------------------------------
SUCCESS: Integrated in Phoenix-3.0-hadoop1 #305 (See
[https://builds.apache.org/job/Phoenix-3.0-hadoop1/305/])
PHOENIX-1394 getColumnDisplaySize() method returns incorrect value for varchar
columns (Samarth Jain) (jtaylor: rev efd5b217941fb6c6484f2cdc7b07ee3757139df2)
*
phoenix-core/src/test/java/org/apache/phoenix/jdbc/PhoenixResultSetMetadataTest.java
*
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixResultSetMetaData.java
> getColumnDisplaySize() method returns incorrect value for varchar columns
> -------------------------------------------------------------------------
>
> Key: PHOENIX-1394
> URL: https://issues.apache.org/jira/browse/PHOENIX-1394
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.1
> Environment: windows 7
> Reporter: Sergio Lob
> Assignee: Samarth Jain
> Attachments: PHOENIX-1394.patch
>
>
> The ResultSetMetaData.getColumnDisplaySize() method returns incorrect value
> for varchar columns. For example: for a varchar(20) column,
> getColumnDisplaySize() incorrectly returns value of 10 instead of 20. This
> contrasts with a char(20) column, for which getColumnDisplaySize() returns
> the correct value of 20.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)