Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 5, 2024
1 parent 1b2f7d0 commit 35dd4fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/debezium/converters/bit_varying.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import (
"github.com/artie-labs/transfer/lib/typing"
)

// BitVaryingConverter - Precision here is optional, if it's not specified - then it's infinite.
// If it's specified, then it's the maximum number of bits that can be stored.
type BitVaryingConverter struct {
optionalCharMaxLength int
}
Expand Down

0 comments on commit 35dd4fc

Please sign in to comment.