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
Closes#5206: NotImplemented stubs for ArkoudaStringArray (#5207)
# Summary
Add explicit NotImplementedError stubs for a set of NumPy-style array
methods on Arkouda-backed ExtensionArray classes.
## Motivation
These methods currently appear via introspection or inheritance but are
not supported for Arkouda-backed arrays. Making them explicit clarifies
the API surface, avoids silent or confusing fallback behavior, and
provides clear extension points for future implementations.
## Scope
Adds method stubs that raise NotImplementedError
No behavioral changes for supported operations
No performance impact
Closes#5206: NotImplemented stubs for ArkoudaStringArray
Co-authored-by: ajpotts <[email protected]>
0 commit comments