This is an automated email from the ASF dual-hosted git repository.
sanjeet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
from bd2699657a PHOENIX-7481 HBase 3 compatibility changes: Cleanup
deprecated APIs, HTable and HTableDescriptor (#2124)
add 9d79feb20f PHOENIX-7619 Excess HFiles are being read to look for more
than required column versions (#2181)
No new revisions were added by this update.
Summary of changes:
.../coprocessor/BaseScannerRegionObserver.java | 3 +-
phoenix-core/pom.xml | 10 +
.../phoenix/end2end/PreStoreScannerOpenIT.java | 260 +++++++++++++++++++++
pom.xml | 11 +
4 files changed, 283 insertions(+), 1 deletion(-)
create mode 100644
phoenix-core/src/it/java/org/apache/phoenix/end2end/PreStoreScannerOpenIT.java