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 ed5434e5ea Merge branch 'master' into PHOENIX-628-feature add 909c254542 PHOENIX-7028 Annotate client initiated Scan with metadata attributes (#1661) new 5bcebebd8d 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: .../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(-)