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

Source Postgres: parsed value for type 'bytea' is encoded by Base64 #7905

Closed
yurii-bidiuk opened this issue Nov 12, 2021 · 0 comments · Fixed by #8726
Closed

Source Postgres: parsed value for type 'bytea' is encoded by Base64 #7905

yurii-bidiuk opened this issue Nov 12, 2021 · 0 comments · Fixed by #8726

Comments

@yurii-bidiuk
Copy link
Contributor

Current Behavior

The value stored in DB is 4, parsed value in Airbyte is ‘EjQ=’
The represented value is encoded by Base64

Expected Behavior

The represented value should be the same as in DB

Steps to Reproduce

  1. Go to PostresSourceDatatypeTest.class:
  2. Add insert values and verify them in DB
  3. Add expected values the same as in DB
  4. Run tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants