jpisaac commented on issue #599: Create columns in SYSCAT and fields in 
PTable.proto for view TTL support
URL: https://github.com/apache/phoenix/pull/599#issuecomment-548619763
 
 
   With the latest commit
   - We should be able to set VIEW_TTL TableProperty during CREATE/ALTER table 
commands.
   - Should be able to persist TTL values specified during CREATE/ALTER table 
commands.
   - Ensure that the VIEW_TTL property is set only on the view (no view 
indexes, parent tables)
   - Ensure that when the VIEW_TTL property is set on the view,  the parent 
table TTL property is not set
   - Ensure the view_indexes for this view inherit the VIEW_TTL property
   - Ensure that when view VIEW_TTL property is set the child views that have 
overridden the property do not inherit the new values.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to