Skip to content

Commit

Permalink
Nothing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 20, 2024
1 parent 479ccfc commit 8c80f3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/debezium/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func ParsePartitionKey(key []byte, cdcKeyFormat string) (map[string]any, error)
return parsePartitionKeyStruct(key)
case kafkalib.StringKeyFmt:
return parsePartitionKeyString(key)

}
return nil, fmt.Errorf("format: %s is not supported", cdcKeyFormat)
}
Expand Down

0 comments on commit 8c80f3e

Please sign in to comment.