-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] Fix JSON text deserialization in ARRAYs and ROWs #5049
base: master
Are you sure you want to change the base?
[core] Fix JSON text deserialization in ARRAYs and ROWs #5049
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
Thanks @atallahade for the contribution! It seems this PR breaks some tests in Flink CDC. |
looks like a transient issue? I see a similar error in another PR opened yesterday |
well, this is failing again with
I'm trying to reproduce this locally to debug and fix potential issues but the test passes locally with:
|
re-open to trigger tests. |
The test fails with
expected:
Specifically, the array in the expected part has string values surrounded by |
4fde76c
to
355993a
Compare
paimon-flink/paimon-flink-cdc/src/test/resources/log4j2-test.properties
Outdated
Show resolved
Hide resolved
355993a
to
43379d8
Compare
Purpose
Linked issue: relates to #4920
Fix JSON text deserialization in ARRAYs and ROWs.
Tests
Added test cases for deserialization of JSON strings with different types of elements.
Before the change:
The tests pass after the change.
API and Format
Documentation