· 7 years ago · Feb 18, 2019, 07:26 AM
1CREATE TABLE IF NOT EXISTS test
2(datetime STRING, person_name STRING)
3ALTER TABLE test SET serdeproperties ('serialization.encoding'='UTF-8');
4
5insert into table test values ("2010-01-01", "啊");
6
7FAILED: ParseException line 1:51 character '<EOF>' not supported here
8line 1:46 character '啊' not supported here