You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by vj...@apache.org on 2023/07/05 23:23:15 UTC

[phoenix] branch PHOENIX-6883-feature updated (2dab08504c -> dc7d628f51)

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

vjasani pushed a change to branch PHOENIX-6883-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git


    from 2dab08504c PHOENIX-6985 Setting server-side masking flag default to false (#1629)
     add dc7d628f51 PHOENIX-6907 Explain Plan should output region locations with servers (#1598)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/phoenix/end2end/DerivedTableIT.java |  28 +++-
 .../phoenix/end2end/FlappingLocalIndexIT.java      |  13 ++
 .../org/apache/phoenix/end2end/QueryLoggerIT.java  |   4 +-
 .../phoenix/end2end/index/BaseLocalIndexIT.java    |   1 +
 phoenix-core/src/main/antlr3/PhoenixSQL.g          |  11 +-
 .../phoenix/compile/ExplainPlanAttributes.java     |  22 ++-
 .../phoenix/iterate/BaseResultIterators.java       |   3 +-
 .../org/apache/phoenix/iterate/ExplainTable.java   | 183 ++++++++++++++++++++-
 .../org/apache/phoenix/jdbc/PhoenixStatement.java  |  17 +-
 .../org/apache/phoenix/parse/ExplainStatement.java |  10 +-
 .../java/org/apache/phoenix/parse/ExplainType.java |  10 ++
 .../org/apache/phoenix/parse/ParseNodeFactory.java |   4 +-
 .../org/apache/phoenix/query/QueryServices.java    |   8 +
 .../apache/phoenix/query/QueryServicesOptions.java |   6 +-
 14 files changed, 293 insertions(+), 27 deletions(-)
 copy phoenix-tracing-webapp/src/main/config/checkstyle/header.txt => phoenix-core/src/main/java/org/apache/phoenix/parse/ExplainType.java (81%)
 mode change 100755 => 100644