Update serde name
This commit is contained in:
parent
b3daee6b3f
commit
0c627a4d7b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import lombok.SneakyThrows;
|
|||
public class ProtobufRawSerde implements BuiltInSerde {
|
||||
|
||||
public static String name() {
|
||||
return "ProtobufRaw";
|
||||
return "ProtobufDecodeRaw";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue