[
https://issues.apache.org/jira/browse/PHOENIX-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14601483#comment-14601483
]
Josh Mahonin commented on PHOENIX-1659:
---------------------------------------
I've done some work with metadata compatibility with other JDBC tooling, but
haven't run into any with the REMARKS column before.
Looking at:
http://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html
It specifies that the 'REMARKS' column may be null. Is it possible this is a
bug in MyBatis, expecting this field to always be present?
> PhoenixDatabaseMetaData.getColumns does not return REMARKS column
> -----------------------------------------------------------------
>
> Key: PHOENIX-1659
> URL: https://issues.apache.org/jira/browse/PHOENIX-1659
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Kevin Guthrie
> Labels: Newbie
>
> I am attempting to use phoenix as a jdbc input for MyBatis, and I am getting
> errors when loading the meta data for table columns because the value of the
> REMARKS column is not returned by the query issued in
> PhoenixDatabaseMetaData.getColumns
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)