Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Jul 26, 2024
1 parent d34951e commit 3c279e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/debezium/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ func (f Field) ToValueConverter() converters.ValueConverter {
return converters.DateTimeWithTimezone{}
case TimeWithTimezone:
return converters.TimeWithTimezone{}
case GeometryPointType:
return converters.GeometryPoint{}
}

return nil
Expand Down

0 comments on commit 3c279e9

Please sign in to comment.