comphead commented on issue #4051: URL: https://github.com/apache/arrow-datafusion/issues/4051#issuecomment-1304342659
@tustvold Looks like `OrderedFloat` also implements `Hash` and `Eq` for floats. `Hash` required for ScalarValue, `Eq` required for centroids. Do you want to make our own impl for Eq,Hash for `f64`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
