We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f8188 commit 2b17c81Copy full SHA for 2b17c81
src/Confluent.SchemaRegistry.Serdes.Protobuf/ProtobufUtils.cs
@@ -244,11 +244,13 @@ private static RuleContext.Type GetType(FieldDescriptor field)
244
case FieldType.Bytes:
245
return RuleContext.Type.Bytes;
246
case FieldType.Int32:
247
+ case FieldType.SInt32:
248
case FieldType.UInt32:
249
case FieldType.Fixed32:
250
case FieldType.SFixed32:
251
return RuleContext.Type.Int;
252
case FieldType.Int64:
253
+ case FieldType.SInt64:
254
case FieldType.UInt64:
255
case FieldType.Fixed64:
256
case FieldType.SFixed64:
0 commit comments