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 <chinmayskulkarni@...>
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]
----
---