This is an automated email from the ASF dual-hosted git repository.
wchevreuil pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
from da824c8453c HBASE-29820 Bump the syntax of velocity template to align
with velocity 2.x syntax (#7614)
add ff8420095e2 HBASE-29569: Implement a built-in TieringValueProvider for
parsing the date value from the rowkey (#7593)
No new revisions were added by this update.
Summary of changes:
.../RowKeyDateTieringValueProvider.java | 148 +++++++++++++++++
.../compactions/TestCustomCellTieredCompactor.java | 176 ++++++++++++++++++++
.../TestRowKeyDateTieringValueProvider.java | 177 +++++++++++++++++++++
3 files changed, 501 insertions(+)
create mode 100644
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/RowKeyDateTieringValueProvider.java
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/compactions/TestRowKeyDateTieringValueProvider.java