You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/01 00:27:00 UTC

[jira] [Commented] (PHOENIX-4763) Changing a base table property value should be reflected in child views (if the property wasn't changed)

    [ https://issues.apache.org/jira/browse/PHOENIX-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16705509#comment-16705509 ] 

ASF GitHub Bot commented on PHOENIX-4763:
-----------------------------------------

Github user twdsilva commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/408#discussion_r238039996
  
    --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java ---
    @@ -2340,7 +2365,7 @@ public void createTable(RpcController controller, CreateTableRequest request,
                     // 3. Finally write the mutations to create the table
     
                     // From 4.15 the parent->child links are stored in a separate table SYSTEM.CHILD_LINK
    -                // TODO remove this after PHOENIX-4763 is implemented
    +                // TODO remove this after PHOENIX-4763 is implemented -> Remove below?
    --- End diff --
    
    I fixed this comment in a another commit.


> Changing a base table property value should be reflected in child views (if the property wasn't changed)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-4763
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4763
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Thomas D'Silva
>            Assignee: Chinmay Kulkarni
>            Priority: Major
>
> .. for properties that are valid on views. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)