Skip to content

Conversation

Krmjn09
Copy link
Collaborator

@Krmjn09 Krmjn09 commented Jun 16, 2025

No description provided.

@Krmjn09 Krmjn09 requested a review from silverweed June 16, 2025 13:26
Copy link
Contributor

@silverweed silverweed left a comment

Choose a reason for hiding this comment

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

Just some comments then, if it's working fine, it can be merged.

Before merging, please fix the warnings given by the CI and format the code with eslint.

else {
console.log(`OK: ${rntuple.builder.columnDescriptors.length} column(s) deserialized`);
for (let i = 0; i < rntuple.builder.columnDescriptors.length; ++i) {
const column = rntuple.builder.columnDescriptors[i];
Copy link
Contributor

Choose a reason for hiding this comment

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

The tests for both columns and fields should be made more comprehensive (it can be in a separate PR).
E.g, for fields, verify that the field name and types are those that you expect; for columns verify that the field ID and column types are the ones you expect etc.
Does not need to be for every field and column, but at least for the first and last field they should be there. Ideally you should test all the properties of the descriptors.

Krmjn09 and others added 3 commits June 16, 2025 19:17
Co-authored-by: Silverweed <7806878+silverweed@users.noreply.github.com>
@Krmjn09 Krmjn09 requested review from linev and silverweed June 17, 2025 05:19
@Krmjn09
Copy link
Collaborator Author

Krmjn09 commented Jun 17, 2025

@linev
Hello, Kindly merge this pr #337 , all checks have been passed successfully and the logic is working properly

@linev linev merged commit 66b4256 into root-project:dev Jun 17, 2025
24 checks 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.

3 participants