[docs] Fix minor typos in ExtractNewRecordState docs

This commit is contained in:
Chris Beard 2023-08-19 10:04:52 -04:00 committed by Chris Cranford
parent c2033c27e1
commit 2d6490e3f8
2 changed files with 3 additions and 2 deletions

View File

@ -89,6 +89,7 @@ Calin Laurentiu Ilie
Cheng Pan Cheng Pan
Ching Tsai Ching Tsai
Chris Baumbauer Chris Baumbauer
Chris Beard
Chris Collingwood Chris Collingwood
Chris Cranford Chris Cranford
Chris Egerton Chris Egerton

View File

@ -62,8 +62,8 @@
* The SMT by default drops the tombstone message created by Debezium and converts the delete message into * The SMT by default drops the tombstone message created by Debezium and converts the delete message into
* a tombstone message that can be dropped, too, if required. * a tombstone message that can be dropped, too, if required.
* <p> * <p>
* The SMT also has the option to insert fields from the original record (e.g. 'op' or 'source.ts_ms' into the * The SMT also has the option to insert fields from the original record (e.g. 'op' or 'source.ts_ms') into the
* unwrapped record or ad them as header attributes. * unwrapped record or add them as header attributes.
* *
* @param <R> the subtype of {@link ConnectRecord} on which this transformation will operate * @param <R> the subtype of {@link ConnectRecord} on which this transformation will operate
* @author Jiri Pechanec * @author Jiri Pechanec