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/11/30 19:12: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=16705180#comment-16705180 ] 

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

GitHub user ChinmaySKulkarni opened a pull request:

    https://github.com/apache/phoenix/pull/408

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

    [WIP]
    - When a view alters a property, add a tag for the corresponding cell in SYSCAT
    - Introduce a bitset to keep track of these properties in PTable
    - Add tests
    - TODO:
    1. Handle the case where we "CREATE VIEW <>" with properties specified
    2. Add unit tests for tagging changes

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ChinmaySKulkarni/phoenix PHOENIX-4763

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/phoenix/pull/408.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #408
    
----
commit 312d454f430936fcb8b710e437bfd20efebe4087
Author: Chinmay Kulkarni <ch...@...>
Date:   2018-11-30T19:08:14Z

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

----


> 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)