Skip to content

Extend existing dataset #1046

Closed Answered by jokteur
jokteur asked this question in Questions
Discussion options

You must be logged in to vote

I really should have re-read my code.
I should be doing

dataset.select({ previous_size }, { previous_size + my_new_array_size }).write(my_new_array, xfer_props);

instead of

dataset.select({ previous_size }, { previous_size + my_new_array_size }).write(my_new_array, xfer_props);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jokteur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant