oracle - Can Hive VARCHAR fields store unicode characters? -


i read faq , according this section, hive supports unicode. can't tell datatype field in hive table allows unicode characters; varchar or string? can't find answers online , unable test either yet.

i'm going use orc or parquet, both support unicode-compatible fields? data coming nvarchar field in oracle source


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -