Skip to content

Commit

Permalink
Register tstzrange in gob (#2298)
Browse files Browse the repository at this point in the history
Need to register tstsrange qvalue type which we newly introduced in gob
  • Loading branch information
Amogh-Bharadwaj authored Nov 26, 2024
1 parent 12bd167 commit fb852aa
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 fb852aa

Please sign in to comment.