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/11/13 19:11:35 UTC

[phoenix] branch 4.x updated (565b0ea -> b97696b)

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

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


    from 565b0ea  PHOENIX-6212: Improve SystemCatalogIT.testSystemTableSplit() to ensure no splitting occurs when splitting is disabled
     add b97696b  PHOENIX-6218 Rows deleted count is incorrect for immutable tables with indexes (#961)

No new revisions were added by this update.

Summary of changes:
 .../phoenix/end2end/index/ImmutableIndexIT.java    | 107 ++++++++++++++++++++-
 .../phoenix/end2end/index/MutableIndexIT.java      |  99 +++++++++++++++++++
 .../org/apache/phoenix/compile/DeleteCompiler.java |  35 +++----
 3 files changed, 221 insertions(+), 20 deletions(-)