Skip to content

Commit

Permalink
[FLINK-35791][kafka] address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyanquan committed Aug 7, 2024
1 parent 660b632 commit 4cd26f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public byte[] serialize(Event event) {
reuseGenericRowData.setField(
3,
GenericRowData.of(
StringData.fromString(dataChangeEvent.tableId().getNamespace()),
StringData.fromString(dataChangeEvent.tableId().getSchemaName()),
StringData.fromString(dataChangeEvent.tableId().getTableName())));
try {
switch (dataChangeEvent.op()) {
Expand Down

0 comments on commit 4cd26f8

Please sign in to comment.