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

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

commit b6cb44259498456fed8d364328ee72b1a37e98d7
Merge: c4e5869fad bb8e9daf70
Author: Viraj Jasani <vjas...@apache.org>
AuthorDate: Mon Sep 11 15:12:02 2023 -0700

    Merge branch 'master' into PHOENIX-6883-feature

 .../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(-)

Reply via email to