Skip to content

[Flink] Introduce source deserializer #661

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

Merged
merged 12 commits into from
Mar 30, 2025

Conversation

polyzos
Copy link
Collaborator

@polyzos polyzos commented Mar 24, 2025

Introduces Source Deserializer along with custom implementations for String and RowData to be used for testing as well as to be exposed to users so they can get started quickly.

@polyzos polyzos self-assigned this Mar 24, 2025
@polyzos polyzos requested review from Copilot and wuchong and removed request for Copilot March 24, 2025 17:48
@polyzos
Copy link
Collaborator Author

polyzos commented Mar 26, 2025

@wuchong PTAL

Copy link
Member

@wuchong wuchong left a comment

Choose a reason for hiding this comment

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

Thanks @polyzos for the contribution. I left some comments.

@polyzos
Copy link
Collaborator Author

polyzos commented Mar 27, 2025

@wuchong Thank you for your comments.. I addressed them all, so PTAL and let me know if I missed anything.

@polyzos polyzos requested a review from wuchong March 27, 2025 11:12
@wuchong wuchong linked an issue Mar 27, 2025 that may be closed by this pull request
@wuchong wuchong changed the title Introduce source deserializer [Flink] Introduce source deserializer Mar 27, 2025
@wuchong
Copy link
Member

wuchong commented Mar 27, 2025

Thanks @polyzos for the updates, I think this PR is very close to being ready for merge. I left some minor comments.

@polyzos
Copy link
Collaborator Author

polyzos commented Mar 27, 2025

@wuchong comments addressed.. let me know if there is anything else that requires attention

@polyzos polyzos requested a review from wuchong March 27, 2025 15:30
@wuchong
Copy link
Member

wuchong commented Mar 29, 2025

@polyzos I appended a commit to polish the code and address the comment I left above. Will merge this once CI is passed...

@wuchong wuchong merged commit b6b9f14 into alibaba:main Mar 30, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce Deserialization Schemas
2 participants