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
Fix error with representing an indexed table column when the VectorIndex dtype precision is upgraded more
than one step, e.g., uint8 to uint32. This can happen when, for example, a single add_row call is used to
add more than 65535 elements to an empty indexed column. @rly (#631)