We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65941de commit 5961edfCopy full SHA for 5961edf
pkg/processor/procbuiltin/unwrap.go
@@ -125,7 +125,6 @@ type openCDCUnwrapper struct{}
125
126
// Unwrap replaces the whole record.payload with record.payload.after.payload except position.
127
func (o *openCDCUnwrapper) Unwrap(rec record.Record) (record.Record, error) {
128
-
129
var structData record.StructuredData
130
data := rec.Payload.After
131
switch d := data.(type) {
0 commit comments