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

[ML] Fix character set finder bug with unencodable charsets #33234

Merged
merged 1 commit into from
Aug 29, 2018

Commits on Aug 29, 2018

  1. [ML] Fix character set finder bug with unencodable charsets

    Some character sets cannot be encoded and this was tripping
    up the binary data check in the ML log structure character
    set finder.
    
    The fix is to assume that if ICU4J identifies that some bytes
    correspond to a character set that cannot be encoded and those
    bytes contain zeroes then the data is binary rather than text.
    
    Fixes elastic#33227
    droberts195 committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    22d8ee6 View commit details
    Browse the repository at this point in the history