This is an automated email from the ASF dual-hosted git repository. vjasani pushed a commit to branch PHOENIX-7001-feature in repository https://gitbox.apache.org/repos/asf/phoenix.git
commit 3adc4d019153627ff1a5ed69bf720244f66e145a Merge: a7a70f5cb4 909c254542 Author: Viraj Jasani <vjas...@apache.org> AuthorDate: Fri Sep 29 16:18:17 2023 -0700 Merge branch 'master' into PHOENIX-7001-feature .../org/apache/phoenix/compile/DeleteCompiler.java | 3 +- .../phoenix/compile/ServerBuildIndexCompiler.java | 3 + .../ServerBuildTransformingTableCompiler.java | 1 + .../org/apache/phoenix/compile/UpsertCompiler.java | 2 +- .../coprocessor/GlobalIndexRegionScanner.java | 13 +++ .../phoenix/coprocessor/IndexerRegionScanner.java | 8 +- .../coprocessor/MetaDataRegionObserver.java | 3 + .../UngroupedAggregateRegionScanner.java | 10 +- .../apache/phoenix/index/GlobalIndexChecker.java | 1 + .../phoenix/index/IndexMetaDataCacheClient.java | 2 +- .../apache/phoenix/index/PhoenixIndexCodec.java | 1 + .../PhoenixServerBuildIndexInputFormat.java | 6 +- .../java/org/apache/phoenix/util/ScanUtil.java | 106 ++++++++++++++++++++- 13 files changed, 148 insertions(+), 11 deletions(-)