[
https://issues.apache.org/jira/browse/PHOENIX-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932968#comment-13932968
]
James Taylor commented on PHOENIX-843:
--------------------------------------
I see. Are we doing the right thing for the type name? Is should come out as
INTEGER ARRAY or INTEGER[] ?
Might need to fix that up a bit too. I suspect DatabaseMetaData#getColumns is
returning our special type ID too.
I'm curious - what tools are you finding have support for ARRAY?
> Incorrect java.sql.Types value returned for array types in result set
> ---------------------------------------------------------------------
>
> Key: PHOENIX-843
> URL: https://issues.apache.org/jira/browse/PHOENIX-843
> Project: Phoenix
> Issue Type: Bug
> Reporter: Gabriel Reid
> Attachments: PHOENIX-843.patch
>
>
> All array PDataTypes currently return their Phoenix-specific type constant in
> PDataType#getResultSetSqlType. This causes issues with external tools which
> aren't familiar with the Phoenix array types, so java.sql.Types.ARRAY should
> be returned for array types instead.
--
This message was sent by Atlassian JIRA
(v6.2#6252)