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 2020/12/07 20:48:34 UTC

[phoenix] branch master updated (0106d96 -> 8d0a02e)

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 0106d96  PHOENIX-5728 : ExplainPlan with plan as attributes object
     add 8d0a02e  [PHOENIX-6213] Extend Cell Tags to Delete object to store source of operation. (#978)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/phoenix/end2end/DeleteIT.java  | 181 ++++++++++++++++++++-
 .../hbase/PhoenixTagType.java}                     |  22 +--
 .../java/org/apache/phoenix/call/CallRunner.java   |   1 -
 .../org/apache/phoenix/compile/DeleteCompiler.java |  15 +-
 .../UngroupedAggregateRegionScanner.java           |  13 +-
 .../org/apache/phoenix/execute/MutationState.java  |   9 +
 .../phoenix/hbase/index/IndexRegionObserver.java   |  58 ++++++-
 .../org/apache/phoenix/jdbc/PhoenixConnection.java |  10 ++
 .../org/apache/phoenix/query/QueryServices.java    |   7 +
 .../apache/phoenix/compile/QueryOptimizerTest.java |   4 +-
 10 files changed, 293 insertions(+), 27 deletions(-)
 copy phoenix-core/src/main/java/org/apache/{phoenix/parse/UnaryParseNode.java => hadoop/hbase/PhoenixTagType.java} (69%)