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

[Connector] Pojo To RowData Utility #726

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MehulBatra
Copy link
Contributor

@MehulBatra MehulBatra commented Apr 8, 2025

Purpose
Linked issue: #723

Utility for PojoToRowData Converter for the end users to use inbuild for a quick startup.

Brief change log:

  • Added utility to convert PojoToRowData
  • Added tests for primitive types (boolean, numeric, floating point)
  • Added tests for complex types (decimal, temporal, binary, char)
  • Added edge case tests for null values and nullable fields

Tests:

  • Added unit tests for all Fluss data types including boolean, numeric, decimal, date/time, and binary types with appropriate value verification.

API and Format
No API or storage format changes.

Documentation
No documentation changes are required.

@MehulBatra
Copy link
Contributor Author

I have covered the complex types for the conversion also.
@polyzos @wuchong Please help me with the review.

@MehulBatra MehulBatra changed the title Pojo To RowData Utility [Connector] Pojo To RowData Utility Apr 8, 2025
@wuchong wuchong linked an issue Apr 9, 2025 that may be closed by this pull request
2 tasks
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.

[Connector] Inbuilt PojoToRowDataConverter utility
1 participant