This is an automated email from the ASF dual-hosted git repository. tkhurana pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/phoenix.git
from da9b6a7512 PHOENIX-6932 Update LAST_DDL_TIMESTAMP for index table when add/alter indexes (#1595) add a0abd7198a PHOENIX-6897 Filters on unverified index rows return wrong result (#1597) No new revisions were added by this update. Summary of changes: .../end2end/index/GlobalIndexCheckerIT.java | 203 ++++++++++++++++++++- .../apache/phoenix/filter/UnverifiedRowFilter.java | 130 +++++++++++++ .../apache/phoenix/index/GlobalIndexChecker.java | 53 +++++- 3 files changed, 378 insertions(+), 8 deletions(-) create mode 100644 phoenix-core/src/main/java/org/apache/phoenix/filter/UnverifiedRowFilter.java