Skip to content

Commit

Permalink
update avro for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao committed Jul 1, 2022
1 parent 9e4f3be commit 7ea8a6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
public enum JsonSchemaType {

STRING("string", true, null, Schema.Type.STRING),
NUMBER_INT("number", true, "integer", Schema.Type.INT),
NUMBER_LONG("number", true, "big_integer", Schema.Type.LONG),
NUMBER_INT("number", true, "integer", Schema.Type.LONG),
NUMBER_LONG("number", true, "long", Schema.Type.STRING),
NUMBER_FLOAT("number", true, "float", Schema.Type.FLOAT),
NUMBER("number", true, null, Schema.Type.DOUBLE),
INTEGER("integer", true, null, Schema.Type.INT),
Expand Down

0 comments on commit 7ea8a6b

Please sign in to comment.