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
The heap implementation just uses an INTEGER for the key. That's fine for now, but it should be migrated to a LONG so that rowID values in the heap aren't exhausted.
Needs INTEGER support to be implemented from issue #1 .