Skip to content
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

[Postgres] Aligning array values to Debezium #591

Merged
merged 13 commits into from
Dec 18, 2024
Merged

Conversation

Tang8330
Copy link
Collaborator

@Tang8330 Tang8330 commented Dec 12, 2024

There's a discrepancy between Reader and Debezium with regards to json[].

  • Reader was emitting an array of JSON objects
  • Debezium was emitting an array of JSON strings

This was discovered and improved from artie-labs/transfer#1072.

@Tang8330 Tang8330 changed the title [Postgres] Cognizant of Array Element Types [Postgres] Array alignment Dec 14, 2024
@Tang8330 Tang8330 marked this pull request as ready for review December 14, 2024 05:55
@Tang8330 Tang8330 requested a review from a team as a code owner December 14, 2024 05:55
@Tang8330 Tang8330 changed the title [Postgres] Array alignment [Postgres] Aligning array values to Debezium Dec 14, 2024
@Tang8330 Tang8330 merged commit fa51a01 into master Dec 18, 2024
7 checks passed
@Tang8330 Tang8330 deleted the cognizant-of-array-types branch December 18, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants