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

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


    from a41483f3a5 Merge branch 'master' into PHOENIX-6978-feature
     add 27c6d9dc0a Revert "PHOENIX-6141 : Ensure consistency between 
SYSTEM.CATALOG and SYSTEM.CHILD_LINK (#1575)" (#1655)
     add bb8e9daf70 PHOENIX-6864 - create view throwing NPE when referring back 
to itself (#1669)
     new 5789ea143e Merge branch 'master' into PHOENIX-6978-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:
 .../end2end/ConnectionQueryServicesTestImpl.java   |  19 +-
 .../phoenix/end2end/OrphanChildLinkRowsIT.java     | 270 ---------------------
 .../it/java/org/apache/phoenix/end2end/ViewIT.java |  66 ++++-
 .../org/apache/phoenix/end2end/ViewMetadataIT.java |  19 +-
 .../phoenix/compile/CreateTableCompiler.java       |   1 +
 .../coprocessor/ChildLinkMetaDataEndpoint.java     | 227 +----------------
 .../phoenix/coprocessor/ReadRepairScanner.java     | 180 --------------
 .../phoenix/coprocessor/TaskRegionObserver.java    |   1 -
 .../coprocessor/tasks/ChildLinkScanTask.java       |  76 ------
 .../phoenix/query/ConnectionQueryServicesImpl.java | 114 ++-------
 .../org/apache/phoenix/query/QueryServices.java    |   2 -
 .../apache/phoenix/query/QueryServicesOptions.java |   2 -
 .../java/org/apache/phoenix/schema/PTable.java     |   3 +-
 .../java/org/apache/phoenix/schema/PTableImpl.java |  10 +-
 .../java/org/apache/phoenix/util/ScanUtil.java     |  13 -
 15 files changed, 108 insertions(+), 895 deletions(-)
 delete mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/OrphanChildLinkRowsIT.java
 delete mode 100644 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/ReadRepairScanner.java
 delete mode 100644 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/tasks/ChildLinkScanTask.java

Reply via email to