arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

`SegArray.unregister()` does not remove all components of an attached SegArray from registry

Open joshmarshall1 opened this issue 3 years ago • 0 comments

When registering a SegArray on the server, calling .unregister() on the original will remove all components from the symbol table. However, attaching to a registered SegArray then calling .unregister() on the attached version will only remove the lengths component from the symbol table, leaving values and segments registered.

joshmarshall1 avatar Sep 21 '22 17:09 joshmarshall1