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

gokcen pushed a change to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


    from 573e4df  Merge pull request #1068 from virajjasani/PHOENIX-6302-4.x
     new 182a601  PHOENIX-6220 CREATE INDEX shouldn't ignore 
IMMUTABLE_STORAGE_SCHEME and COLUMN_ENDCODED_BYTES
     new ad70231  PHOENIX-6120 Change IndexMaintainer for 
SINGLE_CELL_ARRAY_WITH_OFFSETS indexes
     new 6726879  PHOENIX-6219 GlobalIndexChecker doesn't work for SingleCell 
indexes

The 3 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/ConcurrentMutationsExtendedIT.java     |   3 +
 .../org/apache/phoenix/end2end/CreateTableIT.java  |  90 ++++
 .../apache/phoenix/end2end/IndexExtendedIT.java    |  33 +-
 .../end2end/IndexRepairRegionScannerIT.java        |  20 +-
 .../phoenix/end2end/IndexScrutinyToolBaseIT.java   |  12 +-
 .../phoenix/end2end/IndexScrutinyToolIT.java       |  46 +-
 .../end2end/IndexToolForNonTxGlobalIndexIT.java    |  56 ++-
 .../org/apache/phoenix/end2end/IndexToolIT.java    |  18 +-
 .../end2end/index/GlobalIndexCheckerIT.java        |  40 +-
 .../phoenix/end2end/index/SingleCellIndexIT.java   | 464 +++++++++++++++++++++
 .../apache/phoenix/index/GlobalIndexChecker.java   |   4 +-
 .../org/apache/phoenix/index/IndexMaintainer.java  | 145 +++++--
 .../org/apache/phoenix/schema/MetaDataClient.java  | 108 +++--
 .../java/org/apache/phoenix/util/IndexUtil.java    |   4 +-
 .../java/org/apache/phoenix/util/ViewUtil.java     |   6 -
 .../src/main/protobuf/ServerCachingService.proto   |   2 +
 16 files changed, 904 insertions(+), 147 deletions(-)
 create mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/SingleCellIndexIT.java

Reply via email to