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
A practical question: let's say, several fragments have been written in distributed way (following https://lancedb.github.io/lance/guide/distributed_write/#write-new-data), but for some reasons (different processing paths, dirty inputs, ...), not all of fragments have the same schema. Typically, some of fragments have some missing columns.
What is the easiest way to create a lance dataset from those fragments with an unified schema ? Ideally, without rewriting anormal fragments, but just changing their metadata or so.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
A practical question: let's say, several fragments have been written in distributed way (following https://lancedb.github.io/lance/guide/distributed_write/#write-new-data), but for some reasons (different processing paths, dirty inputs, ...), not all of fragments have the same schema. Typically, some of fragments have some missing columns.
What is the easiest way to create a lance dataset from those fragments with an unified schema ? Ideally, without rewriting anormal fragments, but just changing their metadata or so.
Beta Was this translation helpful? Give feedback.
All reactions