Skip to content

Commit

Permalink
[cleanup] Remove AvroCodec from JSONSchema (#1216)
Browse files Browse the repository at this point in the history
### Modifications

`AvroCodec` is not used.
Remove `AvroCodec` from `JSONSchema`.
  • Loading branch information
crossoverJie committed May 16, 2024
1 parent 8e90873 commit 43d8cfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pulsar/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ func initAvroCodec(codec string) (*goavro.Codec, error) {
}

type JSONSchema struct {
AvroCodec
SchemaInfo
}

Expand Down

0 comments on commit 43d8cfc

Please sign in to comment.