Skip to content

Commit

Permalink
AVRO-3779: rename big-decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
clesaec committed Sep 14, 2023
1 parent 9b9d60c commit 4289c51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public Class<BigDecimal> getConvertedType() {

@Override
public String getLogicalTypeName() {
return "bigdecimal";
return "big-decimal";
}

@Override
Expand Down

0 comments on commit 4289c51

Please sign in to comment.