[Bug] KinesisSink with jsonFlatten doesn't handle SchemaType.BYTES correctly #24129
Closed
3 tasks done
Labels
type/bug
The PR fixed a bug or issue reported a bug
Search before asking
Read release policy
Version
HEAD
Minimal reproduce step
Run the following test
What did you expect to see?
The test should pass.
What did you see instead?
The test fails because
payload.a
isnull
.Anything else?
The problem is in the flattening library
json-flattener
which doesn't handle Jackson's BinaryNode.In
JsonJacksonValue
,isString
should also returntrue
when the underlyingJsonNode
isBinary
istrue
.Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: