Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better mixed types support in aggs and fix serialization issue #1971

Merged
merged 2 commits into from
Mar 31, 2023
Merged

Commits on Mar 28, 2023

  1. Better mixed types support in aggs and fix serialization issue

    - Improve support for mixed types in JSON field aggregations (pick the right field, #1913)
    - Resolve the issue with JSON serialization for numeric keys (fixes #1967)
    - Add JSON round-trip test for term buckets
    - Remove `u64_lenient`, as this is a footgun without the type
    - move aggregation benchmarks
    PSeitz committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    fc70428 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. remove shadowing

    PSeitz committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    2ab4fef View commit details
    Browse the repository at this point in the history