[
https://issues.apache.org/jira/browse/PHOENIX-2858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15259241#comment-15259241
]
Hudson commented on PHOENIX-2858:
---------------------------------
FAILURE: Integrated in Phoenix-master #1203 (See
[https://builds.apache.org/job/Phoenix-master/1203/])
PHOENIX-2858 Add 'Transactional' as a column in the JDBC table metadata
(jamestaylor: rev 5574811ddfe24a7f78ec875d3591439c32433f47)
*
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixDatabaseMetaData.java
*
phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryDatabaseMetaDataIT.java
* phoenix-core/src/it/java/org/apache/phoenix/tx/TransactionIT.java
> Add 'Transactional' as a column in the JDBC table metadata
> ----------------------------------------------------------
>
> Key: PHOENIX-2858
> URL: https://issues.apache.org/jira/browse/PHOENIX-2858
> Project: Phoenix
> Issue Type: Improvement
> Affects Versions: 4.7.0, 4.8.0
> Reporter: Geoffrey Jacoby
> Assignee: Geoffrey Jacoby
> Fix For: 4.8.0
>
> Attachments: PHOENIX-2858-v1.patch, PHOENIX-2858.patch
>
>
> Transactions were added in Phoenix 4.7, which added a column to
> SYSTEM.CATALOG to indicate whether a table was transactional or not. While
> this property can be accessed on PTable, the JDBC metadata API does not
> expose it.
> This task will add this column to the query in
> PhoenixDatabaseMetaData.getTables()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)