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

[7.8] Throw exception on duplicate mappings metadata fields #57840

Merged
merged 2 commits into from
Jun 8, 2020

Commits on Jun 8, 2020

  1. Throw exception on duplicate mappings metadata fields

    In elastic#57701 we changed mappings merging so that duplicate fields specified in mappings caused an
    exception during validation. This change makes the same exception thrown when metadata fields are
    duplicated. This will allow us to be strict currently with plans to make the merging more
    fine-grained in a later release.
    dakrone committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    7743104 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    affa32f View commit details
    Browse the repository at this point in the history