Github user HyukjinKwon commented on the issue:
https://github.com/apache/spark/pull/20849
@MaxGekk, So to make it clear, it parses line by line correctly regardless
of BOM if we set `lineSep` + `encoding` fine but it fails to parse each line as
JSON via Jackson since we explicitly set `UTF-16LE` or `UTF-16` for JSON
parsing?--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
