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/14 06:50:38 UTC

[phoenix] branch master updated (868c8ef -> e0c500d)

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 868c8ef  PHOENIX-6385 : For non-small Scan, not to use Scan#setSmall for HBase 2.x versions (#1167)
     add e0c500d  PHOENIX-6409 Include local index uncovered columns merge in explain plan.

No new revisions were added by this update.

Summary of changes:
 .../phoenix/end2end/CostBasedDecisionIT.java       |  4 ++++
 .../apache/phoenix/end2end/index/LocalIndexIT.java | 13 ++++++++++++
 .../phoenix/end2end/index/MutableIndexIT.java      |  1 +
 .../apache/phoenix/end2end/index/ViewIndexIT.java  |  1 +
 .../phoenix/end2end/join/HashJoinLocalIndexIT.java |  3 +++
 .../phoenix/compile/ExplainPlanAttributes.java     | 23 ++++++++++++++++++++--
 .../org/apache/phoenix/iterate/ExplainTable.java   |  9 +++++++++
 7 files changed, 52 insertions(+), 2 deletions(-)