You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by go...@apache.org on 2021/03/22 18:39:30 UTC

[phoenix] branch 4.x-PHOENIX-6247 updated (e6d7d0b -> 410f738)

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

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


    from e6d7d0b  PHOENIX-6409 : Test with new Explain API for local index uncovered columns merge (ADDENDUM)
     add 42b7fda  PHOENIX-6419 Unused getResolverForQuery() in QueryCompiler.verifySCN()
     add c22ec3f  PHOENIX-6422 Remove CorrelatePlan
     add 9cfb638  PHOENIX-6423 Wildcard queries fail with mixed default and explicit column families.
     add 410f738  PHOENIX-6421 Selecting an indexed array value from an uncovered column with local index returns NULL.

No new revisions were added by this update.

Summary of changes:
 .../apache/phoenix/end2end/MultiCfQueryExecIT.java |  26 ++
 .../apache/phoenix/end2end/index/LocalIndexIT.java |  30 +++
 .../apache/phoenix/compile/ProjectionCompiler.java |  11 +
 .../org/apache/phoenix/compile/QueryCompiler.java  |   2 -
 .../org/apache/phoenix/execute/CorrelatePlan.java  | 265 ------------------
 .../execute/visitor/AvgRowWidthVisitor.java        |   6 -
 .../phoenix/execute/visitor/ByteCountVisitor.java  |   6 -
 .../phoenix/execute/visitor/QueryPlanVisitor.java  |   1 -
 .../phoenix/execute/visitor/RowCountVisitor.java   |  11 -
 .../phoenix/iterate/RegionScannerFactory.java      |  18 +-
 .../apache/phoenix/compile/QueryCompilerTest.java  |   6 -
 .../apache/phoenix/execute/CorrelatePlanTest.java  | 299 ---------------------
 12 files changed, 74 insertions(+), 607 deletions(-)
 delete mode 100644 phoenix-core/src/main/java/org/apache/phoenix/execute/CorrelatePlan.java
 delete mode 100644 phoenix-core/src/test/java/org/apache/phoenix/execute/CorrelatePlanTest.java