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

Improve DateFieldMapper ignore_malformed handling #50090

Merged
merged 1 commit into from
Dec 13, 2019

Commits on Dec 11, 2019

  1. Improbe DateFieldMapper ignore_malformed handling

    A recent change (elastic#46675) introduced stricter date parsing. We should now also
    catch DateTimeExceptions in DateFieldMapper and ignore those when the
    `ignore_malformed` option is set. Also adding an additional test that would have
    caught this.
    
    Closes elastic#50081
    Christoph Büscher committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    b9e784c View commit details
    Browse the repository at this point in the history