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 c8e4990 PHOENIX-5704 Covered column updates are not generated for
previously deleted data table row
add 2aca067 PHOENIX-5713: Incorrectly handled view and view indexes
with/without … (#704)
No new revisions were added by this update.
Summary of changes:
.../NonParameterizedIndexScrutinyToolIT.java | 56 ++++++++-
.../mapreduce/index/IndexScrutinyMapper.java | 46 ++++---
.../phoenix/index/IndexScrutinyMapperTest.java | 132 +++++++++++++++++++++
3 files changed, 209 insertions(+), 25 deletions(-)
create mode 100644
phoenix-core/src/test/java/org/apache/phoenix/index/IndexScrutinyMapperTest.java