This is an automated email from the ASF dual-hosted git repository.
PDavid pushed a change to branch
dependabot/npm_and_yarn/hbase-website/fast-uri-3.1.2
in repository https://gitbox.apache.org/repos/asf/hbase.git
omit 216b3c8091f Bump fast-uri from 3.1.0 to 3.1.2 in /hbase-website
add fbcd02d5232 HBASE-30131 Rewrite TestAsyncMetaRegionLocator (#8206)
add 297a17fd3ff HBASE-30148 Bump gitpython in
/dev-support/git-jira-release-audit (#8208)
add dac3997e890 HBASE-30147 Bump gitpython from 3.1.47 to 3.1.50 in
/dev-support/flaky-tests (#8214)
add 8bf4937a550 HBASE-30131 Addendum use more accurate assert condition
add 21d3fdfbca6 HBASE-29974: Persist filter hints across scan circuit
breaks (#7882)
add f2dd2f93452 HBASE-30151 Bump fast-uri from 3.1.0 to 3.1.2 in
/hbase-website
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (216b3c8091f)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/hbase-website/fast-uri-3.1.2 (f2dd2f93452)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
dev-support/flaky-tests/python-requirements.txt | 2 +-
.../git-jira-release-audit/requirements.txt | 2 +-
.../org/apache/hadoop/hbase/filter/Filter.java | 83 +++
.../org/apache/hadoop/hbase/filter/FilterBase.java | 22 +
.../apache/hadoop/hbase/filter/FilterWrapper.java | 20 +
.../hbase/regionserver/RegionScannerImpl.java | 102 +++-
.../querymatcher/UserScanQueryMatcher.java | 93 ++-
.../hbase/client/TestAsyncMetaRegionLocator.java | 281 ++++-----
.../hbase/filter/TestFilterHintForRejectedRow.java | 646 +++++++++++++++++++++
.../querymatcher/TestUserScanQueryMatcher.java | 224 +++++++
10 files changed, 1298 insertions(+), 177 deletions(-)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFilterHintForRejectedRow.java