You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by gj...@apache.org on 2019/09/05 20:05:27 UTC

[phoenix] branch master updated (ac2976c -> 50a6aeb)

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

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


    from ac2976c  PHOENIX-5451 Column pruning for Subselect
     add 50a6aeb  PHOENIX-5455 IndexedKeyValue creation fails after HBASE-22034

No new revisions were added by this update.

Summary of changes:
 .../org/apache/phoenix/hbase/index/Indexer.java    |  21 +---
 .../phoenix/hbase/index/wal/IndexedKeyValue.java   | 129 +++++++--------------
 .../phoenix/hbase/index/wal/KeyValueCodec.java     |  17 ++-
 .../regionserver/wal/IndexedKeyValueTest.java      |  50 ++++++--
 .../wal/ReadWriteKeyValuesWithCodecTest.java       |   3 +-
 5 files changed, 98 insertions(+), 122 deletions(-)