Skip to content

Commit

Permalink
register tstzrange in gob
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Nov 26, 2024
1 parent 12bd167 commit f8f754c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/connectors/utils/cdc_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func init() {
gob.Register(qvalue.QValueArrayTimestamp{})
gob.Register(qvalue.QValueArrayTimestampTZ{})
gob.Register(qvalue.QValueArrayBoolean{})
gob.Register(qvalue.QValueTSTZRange{})
}

func (c *cdcStore[T]) initPebbleDB() error {
Expand Down

0 comments on commit f8f754c

Please sign in to comment.