OpenSearch/x-pack/plugin/ml/log-structure-finder
David Roberts 22415fa2de
[ML] Fix character set finder bug with unencodable charsets (#33234)
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 #33227
2018-08-29 14:56:02 +01:00
..
licenses [ML] Add log structure finder functionality (#32788) 2018-08-15 18:04:21 +01:00
src [ML] Fix character set finder bug with unencodable charsets (#33234) 2018-08-29 14:56:02 +01:00
build.gradle Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00