You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by la...@apache.org on 2021/03/10 00:42:58 UTC

[phoenix] branch master updated (d161867 -> 5d78494)

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

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


    from d161867  PHOENIX-6400 Do no use local index with uncovered columns in the WHERE clause.
     add 5d78494  PHOENIX-6402 Allow using local indexes with uncovered columns in the WHERE clause.

No new revisions were added by this update.

Summary of changes:
 .../apache/phoenix/end2end/index/LocalIndexIT.java | 84 ++++++++++++++++++----
 .../org/apache/phoenix/compile/WhereCompiler.java  | 35 ++++++---
 .../coprocessor/BaseScannerRegionObserver.java     |  2 +
 .../phoenix/iterate/BaseResultIterators.java       | 33 ++++-----
 .../org/apache/phoenix/iterate/ExplainTable.java   | 11 ++-
 .../phoenix/iterate/OrderedResultIterator.java     |  5 ++
 .../phoenix/iterate/RegionScannerFactory.java      | 35 +++++++++
 .../apache/phoenix/schema/types/PVarbinary.java    |  2 +-
 8 files changed, 165 insertions(+), 42 deletions(-)