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

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


    from 3dddd37  Merge pull request #1067 from virajjasani/PHOENIX-6302-master
     new 8aa6fba  PHOENIX-6220 CREATE INDEX shouldn't ignore 
IMMUTABLE_STORAGE_SCHEME and COLUMN_ENDCODED_BYTES
     new 86af56e  PHOENIX-6120 Change IndexMaintainer for 
SINGLE_CELL_ARRAY_WITH_OFFSETS indexes
     new 04f4019  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    |  31 +-
 .../end2end/IndexRepairRegionScannerIT.java        |  20 +-
 .../phoenix/end2end/IndexScrutinyToolBaseIT.java   |  12 +-
 .../phoenix/end2end/IndexScrutinyToolIT.java       |  46 +-
 .../end2end/IndexToolForNonTxGlobalIndexIT.java    |  58 ++-
 .../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