Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Jul 29, 2024
1 parent 0db1d07 commit 8772c1a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/debezium/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,9 @@ func (f Field) ParseValue(value any) (any, error) {
Timestamp,
MicroTimestamp,
NanoTimestamp,
Date,
Time,
NanoTime,
MicroTime,
DateKafkaConnect,
TimeKafkaConnect,
DateTimeKafkaConnect:

int64Value, ok := value.(int64)
if !ok {
return nil, fmt.Errorf("expected int64 got '%v' with type %T", value, value)
Expand Down

0 comments on commit 8772c1a

Please sign in to comment.