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
openjdk version "13.0.2" 2020-01-14
OpenJDK Runtime Environment AdoptOpenJDK (build 13.0.2+8)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 13.0.2+8, mixed mode, sharing)
OS version (uname -a if on a Unix-like system):
Linux f693bd1687ce 4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:20:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
(Running in Docker, FWIW.)
Description of the problem including expected versus actual behavior:
Using the new histogram field type, there seems to be differing behaviour when the field exists at the top level vs. as a field of another object. In particular, a percentiles aggregation works as expected on a top-level histogram field, but returns null for a histogram field within another object.
Elasticsearch version (
bin/elasticsearch --version
): 7.6.0 BC3Plugins installed: None
JVM version (
java -version
):OS version (
uname -a
if on a Unix-like system):(Running in Docker, FWIW.)
Description of the problem including expected versus actual behavior:
Using the new histogram field type, there seems to be differing behaviour when the field exists at the top level vs. as a field of another object. In particular, a
percentiles
aggregation works as expected on a top-level histogram field, but returnsnull
for a histogram field within another object.Steps to reproduce:
foo.bar
,foo.baz
, andqux
Output:
I expect them all to succeed.
The text was updated successfully, but these errors were encountered: