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

[Issue] Postgres Inconsistency in CDC and Backfill Data Types #152

Open
hash-data opened this issue Mar 12, 2025 · 2 comments
Open

[Issue] Postgres Inconsistency in CDC and Backfill Data Types #152

hash-data opened this issue Mar 12, 2025 · 2 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@hash-data
Copy link
Collaborator

hash-data commented Mar 12, 2025

Description

  1. For the timestamp column type, some values are replicated fine, but others have been changed.
    Example:
    - 2022-05-14 04:44:58.975 +0530 --> 2022-05-14 04:44:58.975 +0530 IST
    - 2025-05-14 12:44:58.975 +0530 --> 2025-05-14 07:14:58.975+00 (THIS IS JUST FOR CDC SYNC)
  2. JSONB columns are not read properly in full-load, but read in CDC.
    • column appears in like "e30=" but for CDC appears like {} (which is correct)
@hash-data hash-data changed the title [Issue] Posgres Inconsistency in CDC and Backfill Data Types [Issue] Postgres Inconsistency in CDC and Backfill Data Types Mar 12, 2025
@zriyanshdz zriyanshdz added the bug Something isn't working label Mar 12, 2025
@hash-data hash-data added good first issue Good for newcomers and removed bug Something isn't working labels Mar 13, 2025
@rahulkhandait-sde
Copy link

@zriyanshdz @hash-data Please assign me this issue under Apertre 2.0

@zriyanshdz
Copy link
Collaborator

@rahulkhandait-sde sure, please take it up. Do not forget to mention this issue in the PR you create and let us know if you face any issues with the setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants