Closed flyingsilverfin closed 2 years ago
Explicitly use UTF-8 as the encoding to read files, instead of allowing Java to pick the platform default which differs per operating system.
Read schema and csv data files using UTF-8 encoding.
What is the goal of this PR?
Explicitly use UTF-8 as the encoding to read files, instead of allowing Java to pick the platform default which differs per operating system.
What are the changes implemented in this PR?
Read schema and csv data files using UTF-8 encoding.