From a2b9d6d2fdf062e39a80698914ab63377896668b Mon Sep 17 00:00:00 2001 From: Peter Somogyi Date: Thu, 9 Feb 2023 17:01:15 +0100 Subject: [PATCH] HBASE-27628 Spotless fix in RELEASENOTES.md --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b4efd4d6e869..4507cc8bca33 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -75,7 +75,7 @@ Add 'hbase.choreservice.initial.pool.size' configuration property to set the ini * [HBASE-27529](https://issues.apache.org/jira/browse/HBASE-27529) | *Major* | **Provide RS coproc ability to attach WAL extended attributes to mutations at replication sink** -New regionserver coproc endpoints that can be used by coproc at the replication sink cluster if WAL has extended attributes. +New regionserver coproc endpoints that can be used by coproc at the replication sink cluster if WAL has extended attributes. Using the new endpoints, WAL extended attributes can be transferred to Mutation attributes at the replication sink cluster.