I get the following exception HiveError: String contains non-ASCII characters. whenever I write a Unicode string (currently, I am just trying to store some Arabic text as a String in the database).
Any thoughts on how to fix this? I'm happy to implement the fix if you provide some pointers.
I get the following exception
HiveError: String contains non-ASCII characters.whenever I write a Unicode string (currently, I am just trying to store some Arabic text as a String in the database).Any thoughts on how to fix this? I'm happy to implement the fix if you provide some pointers.