elasticsearch
elasticsearch copied to clipboard
ESQL: missing equals and hashCode for some functions
Some functions are missing correct implementations for equals
and hashCode
. This applies at least to
- ~~DateDiff~~ Update: This one is actually fine.
-
DateExtract and other
ConfigurationFunctions
(we could just implement this forConfigurationFunction
in this case).
Other functions may need to be checked as well.
Pinging @elastic/es-analytics-geo (Team:Analytics)
Interesting that this hasn't bit us. I know we have a ton of function test case utilities, but they don't actually use equals and hashCode - they are more about building the function and running it.
Pinging @elastic/es-analytical-engine (Team:Analytics)