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
I see where the NPE is happening, it's during our parsing of keyed vs unkeyed filters agg. Thanks for the bug report!
Fix should be easy, but it looks like the filters agg is using the old style parsing code. I'm going to take a whack at refactoring it into the static parsers in addition to fixing the NPE. PR to follow.
Elasticsearch version: 7.0.0 (reproducible on official docker)
The following request:
Results in:
Workaround is easy but it should probably be fixed.
The text was updated successfully, but these errors were encountered: