You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by sk...@apache.org on 2020/01/15 04:36:31 UTC

[phoenix] branch master updated (208509b -> beb6457)

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

skadam pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


    from 208509b  PHOENIX-5651: IndexScrutiny does not handle TTL/row-expiry (#681)
     add beb6457  PHOENIX-5644 and PHOENIX-5651 addendum patch

No new revisions were added by this update.

Summary of changes:
 .../apache/phoenix/end2end/IndexUpgradeToolIT.java | 95 ++++++++++++++++++++++
 .../end2end/ParameterizedIndexUpgradeToolIT.java   | 32 +-------
 .../index/IndexScrutinyMapperForTest.java          | 17 ++++
 .../phoenix/mapreduce/index/IndexUpgradeTool.java  | 38 ++++-----
 4 files changed, 131 insertions(+), 51 deletions(-)
 create mode 100644 phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexUpgradeToolIT.java