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

DBZ-3199 Add support for SET column to Vitess Connector #26

Merged

Conversation

keweishang
Copy link
Member

@keweishang keweishang commented Feb 25, 2021

@@ -42,6 +42,9 @@ public SchemaBuilder schemaBuilder(Column column) {
if (matches(typeName, Query.Type.ENUM.name())) {
return io.debezium.data.Enum.builder(column.enumValues());
}
if (matches(typeName, Query.Type.SET.name())) {
return io.debezium.data.EnumSet.builder(column.enumValues());
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I overloaded the builder() function in the core PR: debezium/debezium#2167. The CI build will pass once the core PR is merged.

@gunnarmorling gunnarmorling merged commit 80cc857 into debezium:master Feb 25, 2021
@gunnarmorling
Copy link
Member

LGTM, merged. Thx, @keweishang!

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.

3 participants