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
This issue tracks open action items from #477 based on PR feedback from @gregschohn :
Rename index_operations to something that's more clear
Index is both a noun and a verb, so it isn't clear to me whether this applies to operations on indices (nouns) or if this is a set of operations of a particular type (verb). index_management.py, or something that could shake the ambiguity would probably help new contributors.
Use custom errors across the code base rather than a chain of RuntimeError
This issue tracks open action items from #477 based on PR feedback from @gregschohn :
index_operations
to something that's more clearRuntimeError
This stems from #477 (comment)
The text was updated successfully, but these errors were encountered: