Skip to content

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

Merged
gunnarmorling merged 1 commit into
debezium:masterfrom
keweishang:DBZ-3199-add-set-support-to-vitess
Feb 25, 2021
Merged

DBZ-3199 Add support for SET column to Vitess Connector#26
gunnarmorling merged 1 commit into
debezium:masterfrom
keweishang:DBZ-3199-add-set-support-to-vitess

Conversation

@keweishang
Copy link
Copy Markdown
Member

@keweishang keweishang commented Feb 25, 2021

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
Copy Markdown
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
Copy Markdown
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