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

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


    from d47071ad02 Merge branch 'master' into PHOENIX-6883-feature
     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 935c119451 Merge branch 'master' into PHOENIX-6883-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 ++---
 .../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 ++-
 11 files changed, 343 insertions(+), 36 deletions(-)

Reply via email to