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
* Avoid hashing the signature in UDAF/UDF/UDWF
* Use ahash::Hasher instead of DefaultHasher
* Use ahash::RandomState instead of std::hash::RandomState
* Add ahash dependency to other crates
* Format toml files
* Only hash the type_id in UDFs, UDFWs and UDFAs by default
* Revert "Add ahash dependency to other crates"
This reverts commit d3030c6.
* Revert "Use ahash::RandomState instead of std::hash::RandomState"
This reverts commit fc7c5c7.
* Revert "Use ahash::Hasher instead of DefaultHasher"
This reverts commit dc140c1.
* Remove FFI ahash dependency
0 commit comments