Skip to content

Conversation

TheAssembler1
Copy link
Collaborator

@TheAssembler1 TheAssembler1 commented Sep 16, 2025

In the PDCprop_obj_dup copy the consistency as well.

#286

@TheAssembler1 TheAssembler1 self-assigned this Sep 16, 2025
@TheAssembler1 TheAssembler1 requested a review from a team as a code owner September 16, 2025 19:40
q->obj_prop_pub->obj_prop_id = new_id;
q->obj_prop_pub->ndim = info->obj_prop_pub->ndim;
q->obj_prop_pub->dims = (uint64_t *)PDC_malloc(info->obj_prop_pub->ndim * sizeof(uint64_t));
q->obj_prop_pub->type = PDC_UNKNOWN;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Why don't we copy the type over as well?

@TheAssembler1 TheAssembler1 changed the title Object property duplication copy conistency Object property duplication copy consistency Sep 16, 2025
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.

1 participant