系统版本:8.6.1.2出现概率:连hive创建数据集时经常出现一下两种报错
sql语句:select * from table
报错信息:1、Could not create ResultSet: Required field 'type' is unset! Struct:TPrimitiveTypeEntry(type:null, typeQualifiers:TTypeQualifiers(qualifiers:{characterMaximumLength=}))
2、执行SQL失败:“COMPILE FAILED: Parse error: [Error 1002] line 10:102 mismatched character ',' expecting '`'
line 10:107 required (...)+ loop did not match anything at character '\n'
line 11:15 mismatched character ',' expecting '`'
line 11:20 required (...)+ loop did not match anything at character ','
line 11:34 mismatched character ',' expecting '`'
line 11:39 required (...)+ loop did not match anything at character ','
line 11:53 mismatched character ',' expecting '`'
line 11:59 required (...)+ loop did not match anything at character ','
”
|