Skip to content

Commit

Permalink
Remove TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 17, 2024
1 parent fda4bf1 commit 94dfca4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/debezium/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func (f Field) ShouldSetDefaultValue(defaultValue any) bool {
case bool, int, int16, int32, int64, float32, float64, *decimal.Decimal:
return true
default:
// TODO: Remove this after some time.
slog.Warn("Default value that we did not add a case for yet, we're returning true",
slog.String("type", fmt.Sprintf("%T", defaultValue)),
slog.Any("defaultValue", defaultValue),
Expand Down
1 change: 0 additions & 1 deletion lib/typing/ext/variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ var supportedDateFormats = []string{
PostgresDateFormat,
}

// TODO: Remove
var SupportedTimeFormatsLegacy = []string{
PostgresTimeFormat,
PostgresTimeFormatNoTZ,
Expand Down

0 comments on commit 94dfca4

Please sign in to comment.