Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Apr 8, 2024
1 parent 598d4f1 commit 108dca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debezium/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (f Field) ParseValue(value any) (any, error) {
// This value is coming from reader.
// -> Pass.
default:
// Value should always be a float64 int64, but let's check this if this assumption holds and if so clean up
// Value should always be a float64/int64, but let's check this if this assumption holds and if so clean up
// the code below so that we aren't doing float -> string -> float.
slog.Error(fmt.Sprintf("Expected float64 received %T with value '%v'", value, value))
}
Expand Down

0 comments on commit 108dca2

Please sign in to comment.