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
It's sometimes needed to store versions in hashmaps, or use hash join/hash aggregate in databases, so we need a method which returns hash value of version string.
Needless to say, thorough testing is needed - we can add a hash (in)equality test for each version comparison test we currently have.
Also may consider whether this can live with #14 if/when it's implemented.
The text was updated successfully, but these errors were encountered:
It's sometimes needed to store versions in hashmaps, or use hash join/hash aggregate in databases, so we need a method which returns hash value of version string.
Needless to say, thorough testing is needed - we can add a hash (in)equality test for each version comparison test we currently have.
Also may consider whether this can live with #14 if/when it's implemented.
The text was updated successfully, but these errors were encountered: