Skip to content

Conversation

@pvary
Copy link
Contributor

@pvary pvary commented Feb 7, 2026

Part of: #12298
Implementation of the new API: #12774

AvroFormatModel and related tests

DataTestHelpers.assertEquals(
TestBase.SCHEMA.asStruct(), TEST_RECORDS.get(0), readRecords.get(0));
DataTestHelpers.assertEquals(
TestBase.SCHEMA.asStruct(), TEST_RECORDS.get(1), readRecords.get(1));
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor: I'd prefer a loop here so that we could add more cases or pass a random data generator.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added random generated data and moved to looped check.
Please check the changes in DataTestHelpers

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.

2 participants