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

All struct data types #1

Merged
merged 2 commits into from
Jan 17, 2025
Merged

Conversation

andreaTP
Copy link

Implement specific data accessors for all the types of Schema.

@jpechane
Copy link

@andreaTP LGTM, I think we need setters for all types too.
Also in a separate PR it would be nice to handle ARRAY as well, but we can keep it focused on primitive types now.

@andreaTP
Copy link
Author

I think we need setters for all types too

I thought about it, but, for the current use case only bool, string and nulls are necessary as far as I understand it.
The setter are needed to return a value to the Java Host:

  • filter: boolean or null
  • router: string or null

am I missing a use case?

@andreaTP andreaTP merged commit aedb9fb into debezium:main Jan 17, 2025
1 check passed
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.

2 participants