-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup and restore apps may fail when moving between formats #287
Comments
I was just bitten by this again. It seems that it's not just the column that get's restored that is affected, all the columns seem to have additional rows in the final scan. I guess ROWID gets appended to. Any ideas on how to recover from this? cc @sjperkins |
Trying to access data in the affected scan with
results in a long error culminating in
|
WIthout Its not immediately obvious to me what the correct thing to do here is. |
Yeah just keeping ROWID makes the most sense to me. I have nuked the old MS, splitting again. We should probably prioritize this as it can corrupt data |
Ah, yeah. I had forgotten about this one. This may be another point to add to the desired features list on |
Any thoughts on how difficult this would be to change @sjperkins? |
Describe the bug
See title. Flags backed up from a zarr ms cannot be restored to a conventional ms - they end up as appended rows.
To Reproduce
Backup flags from a zarr ms and attempt to restore them to a conventional ms.
Expected behavior
The above should work as expected (provided ordering and selection are consistent).
Version
main
The text was updated successfully, but these errors were encountered: