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
int32 indexing over fields limits the size they can take. I regularly run into this limitation.
SNode index might be out of int32 boundary but int64 indexing is not supported yet. Struct fors might not work either.
...
[E 12/18/24 23:27:59.749 2523792] [demote_dense_struct_fors.cpp:convert_to_range_for@29] Assertion failure: total_n <= std::numeric_limits<int>::max()
int32 indexing over fields limits the size they can take. I regularly run into this limitation.
See related issues:
#5320
#6258
The text was updated successfully, but these errors were encountered: