-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 file reader now assumes UTF8 #15697
Conversation
/test connector=connectors/source-postgres
Build FailedTest summary info:
|
Hmm... @edgao I don't really get how my changes caused those compilation errors. Any tips? Maybe it's transient... trying again. |
/test connector=connectors/source-postgres
Build FailedTest summary info:
|
/test connector=connectors/source-postgres
Build PassedTest summary info:
|
looks like master's PostgresSource is just broken, copied in the fix from another branch https://github.com/airbytehq/airbyte/pull/15317/files#diff-f14bc8e9216a505150004f54d41ca7aeeba9a9460fc4a660b11225dd7abb274f |
cool, cool... thanks for the fix! |
Ed covered it already but if you go into the failed Postgres Source integration test and click on It existed before in |
tests are green; merging |
(not going to publish, since I think this is actually default behavior - if anyone disagrees just LMK) |
Looks like mySQl has the same problem #15709 |
* Postgres file reader assumes UTF8 * fix build :/ Co-authored-by: Edward Gao <edward.gao@airbyte.io>
This fixes a failing test,
:airbyte-integrations:bases:base-java:spotbugsMain
So,

but I think that assuming that all of our users/servers will be using a UTF8 is reasonable in 2022...