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

stoty pushed a change to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git


    from abe3e679933 HBASE-28634 Fix FuzzyRowFilter may not return data on 
reverse scans (#6457)
     new 48df605dbad HBASE-28627 REST ScannerModel doesn't support 
includeStartRow/includeStopRow (#6374)
     new 094cf78d2d7 HBASE-29000 SLF4j logging backend incorrectly picked up 
from Hadoop when external Hadoop is specified (#6495)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/hbase                                          |   3 +-
 .../org/apache/hadoop/hbase/rest/Constants.java    |   3 +
 .../apache/hadoop/hbase/rest/ScannerResource.java  |   3 +-
 .../hadoop/hbase/rest/ScannerResultGenerator.java  |  10 +-
 .../apache/hadoop/hbase/rest/TableResource.java    |  10 +-
 .../hadoop/hbase/rest/model/ScannerModel.java      |  32 +++++
 hbase-rest/src/main/protobuf/ScannerMessage.proto  |   2 +
 .../hadoop/hbase/rest/TestScannerResource.java     | 151 +++++++++++++++++++++
 .../hadoop/hbase/rest/client/TestRemoteTable.java  |  78 +++++++++++
 .../hadoop/hbase/rest/model/TestScannerModel.java  |   3 +-
 10 files changed, 284 insertions(+), 11 deletions(-)

Reply via email to