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 CreateLookupVindex command does not allow overriding the hashing used for a lookup vindex on the backing lookup tables.
Use Case(s)
In #13955 we changed the default for integral types, but the same issue exists for string or binary types (which use MD5 based hashing by default atm, although to in a security context).
We could look at overriding the default, but in order to be safely migrate we also need to be able to have CreateLookupVindex support changing this.
The text was updated successfully, but these errors were encountered:
Feature Description
The
CreateLookupVindex
command does not allow overriding the hashing used for a lookup vindex on the backing lookup tables.Use Case(s)
In #13955 we changed the default for integral types, but the same issue exists for string or binary types (which use MD5 based hashing by default atm, although to in a security context).
We could look at overriding the default, but in order to be safely migrate we also need to be able to have
CreateLookupVindex
support changing this.The text was updated successfully, but these errors were encountered: