You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, write_fragments opens the dataset as the first step. This is annoying if you are trying to do a parallel write, since we shouldn't have to repeat those same IOPs for each thread.
The text was updated successfully, but these errors were encountered:
There's probably something similar we should do for LanceDataset.commit().
wjones127
changed the title
Allow passing existing dataset into write_fragments
Allow passing existing dataset into write_fragments and Dataset::commit()Nov 6, 2024
Right now,
write_fragments
opens the dataset as the first step. This is annoying if you are trying to do a parallel write, since we shouldn't have to repeat those same IOPs for each thread.The text was updated successfully, but these errors were encountered: