[
https://issues.apache.org/jira/browse/PHOENIX-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013412#comment-17013412
]
Hudson commented on PHOENIX-5501:
---------------------------------
ABORTED: Integrated in Jenkins build Phoenix-4.x-HBase-1.5 #240 (See
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.5/240/])
PHOENIX-5501 Add support for VIEW_TTL table property during DDL.
(chinmayskulkarni: rev 9ab5ea8701bda5b5a3f84fb4871b0068b52f62fb)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
* (add) phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewTTLIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixDatabaseMetaData.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/query/QueryConstants.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/util/ViewUtil.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/schema/PTableImpl.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/generated/PTableProtos.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/schema/TableProperty.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/schema/DelegateTable.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java
* (edit) phoenix-protocol/src/main/PTable.proto
* (edit) phoenix-core/src/main/java/org/apache/phoenix/schema/PTable.java
> Add support for VIEW_TTL table property during DDL
> --------------------------------------------------
>
> Key: PHOENIX-5501
> URL: https://issues.apache.org/jira/browse/PHOENIX-5501
> Project: Phoenix
> Issue Type: Sub-task
> Affects Versions: 4.15.0
> Reporter: Jacob Isaac
> Assignee: Jacob Isaac
> Priority: Major
> Fix For: 5.1.0, 4.16.0
>
> Attachments: PHOENIX-5501.4.x-HBase-1.3-view-ttl.001.patch,
> PHOENIX-5501.master.001.patch
>
>
> We need support VIEW_TTL table property that can be specified during CREATE
> VIEW AND ALTER VIEW commands.
> High level list of tasks
> * Modify SYSCAT to support VIEW TTL related metadata.
> * Add to MetadataProtocol
> * Add to PTable and TableProperty.
> * Modify PhoenixDatabaseMetaData
> * Modify various create table and alter table routines
--
This message was sent by Atlassian Jira
(v8.3.4#803005)