This is an automated email from the ASF dual-hosted git repository.

vjasani pushed a change to branch PHOENIX-628-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git


    from 8c9170f73e Merge branch 'master' into PHOENIX-628-feature
     add 163d11afbd PHOENIX-7057 Potential bug in 
MetadataEndpointImpl#updateIndexState.
     add 68696f3763 PHOENIX-7034 Disallow mapped view creation when the schema 
does not exists
     add 4b468bad27 PHOENIX-7062 Stabilize 
testDeletingStatsShouldNotFailWithADEWhenTableDropped
     add 986b79b670 PHOENIX-7035 Index on data table with only pk columns 
result in invalid state (#1675)
     new 2233d2d5df Merge branch 'master' into PHOENIX-628-feature

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/phoenix/end2end/BasePermissionsIT.java  |  13 ++
 .../it/java/org/apache/phoenix/end2end/ViewIT.java |  47 ++++-
 .../org/apache/phoenix/end2end/ViewMetadataIT.java |   4 +
 .../index/UncoveredGlobalIndexRegionScannerIT.java | 208 +++++++++++++++++++++
 .../apache/phoenix/end2end/index/ViewIndexIT.java  |  14 +-
 .../org/apache/phoenix/compile/FromCompiler.java   |  51 ++---
 .../phoenix/coprocessor/MetaDataEndpointImpl.java  |   2 +-
 .../org/apache/phoenix/index/IndexMaintainer.java  |   4 +
 .../org/apache/phoenix/schema/DelegateTable.java   |   5 +
 .../java/org/apache/phoenix/schema/PTable.java     |   7 +
 .../java/org/apache/phoenix/schema/PTableImpl.java |   5 +
 .../java/org/apache/phoenix/util/SchemaUtil.java   |  21 ++-
 12 files changed, 344 insertions(+), 37 deletions(-)

Reply via email to