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
Sort of a follow up on #3251, I noticed that _rowid and _rowaddr doesn't seem to be usable for merge_insert, while it works for merge. When I try to use it with a subcol update, something like
OSError: Append with different schema: fields did not match, missing=[b, c], unexpected=[_rowid], location: /Users/runner/work/lance/lance/rust/lance-core/src/datatypes/schema.rs:142:27
The text was updated successfully, but these errors were encountered:
Sort of a follow up on #3251, I noticed that
_rowid
and_rowaddr
doesn't seem to be usable formerge_insert
, while it works formerge
. When I try to use it with a subcol update, something likegives me
The text was updated successfully, but these errors were encountered: