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

Fixed copy semantic of arrays #244

Merged
merged 7 commits into from
Oct 22, 2024
Merged

Conversation

JohanMabille
Copy link
Collaborator

No description provided.

@JohanMabille JohanMabille changed the title Copy Fixed copy semantic of arrays Oct 22, 2024
list_arr3 = list_arr;
CHECK_EQ(list_arr3, list_arr);
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

There is no "move" test for this one ?

Copy link
Collaborator Author

@JohanMabille JohanMabille Oct 22, 2024

Choose a reason for hiding this comment

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

Not yet, because that would require implementing the move semantic in all the arrays, while I think that with my incoming "refactoring" of the arrow_proxy class, we can actually get it for free. I'll add them in the same PR.

@@ -266,7 +331,7 @@ namespace sparrow
}
}
}
delete schema.format;
//delete schema.format;
Copy link
Collaborator

Choose a reason for hiding this comment

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

To delete

@JohanMabille JohanMabille merged commit e604599 into man-group:main Oct 22, 2024
55 checks passed
@JohanMabille JohanMabille deleted the copy branch October 22, 2024 08:45
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