Skip to content

Commit

Permalink
Bugfix: make decimal64 amqp type work (nothing uses it today)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hearn committed Nov 19, 2018
1 parent 1658cb0 commit a867e7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ interface SerializerFactory {
Float::class.java to "float",
Double::class.java to "double",
Decimal32::class.java to "decimal32",
Decimal64::class.java to "decimal62",
Decimal64::class.java to "decimal64",
Decimal128::class.java to "decimal128",
Date::class.java to "timestamp",
UUID::class.java to "uuid",
Expand Down

0 comments on commit a867e7c

Please sign in to comment.