-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
fix mysql-cdc: handle tinyint(1) and boolean correctly + fix target file comparison #3890
Conversation
/test connector=source-mysql
|
Jsons.deserialize(event.value()).get("source").get("snapshot").asText() | ||
.toUpperCase()); | ||
LOGGER.info( | ||
"Signalling close cause record's binlog file : " + file + " , position : " + position |
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.
"Signalling close cause record's binlog file : " + file + " , position : " + position | |
"Signalling close because record's binlog file : " + file + " , position : " + position |
}) | ||
.collect(Collectors.toSet()); | ||
|
||
JsonNode data1 = Jsons.jsonNode(ImmutableMap.of( |
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.
just a small comment for maintainability: can we return these values from (or input them to) the setupforComparison
method so they are not defined in separate places like this?
/test connector=source-mysql
|
/publish connector=connectors/source-mysql
|
/publish connector=connectors/source-mysql
|
Issue : #3804
The PR
Recommended reading order
x.java
y.python
Pre-merge Checklist
Expand the checklist which is relevant for this PR.
Connector checklist
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
./test
command documented here is passing.docs/integrations/
directory./publish
command described here