Open chen131311 opened 2 months ago
Bug Description openMLDB:0.9.2 load hive data into openmldb error: requirement failed: schema mismatch
Expected Behavior
Relation Case
Steps to Reproduce
tmp.ods_admin_da
id
biz_key
biz_domain
biz_type
locked
url
method
created_at
updated_at
biz_tag
status
1 id BigInt YES 2 biz_key Varchar YES 3 biz_domain Varchar YES 4 biz_type Varchar YES 5 locked Varchar YES 6 url Varchar YES 7 method Varchar YES 8 created_at Varchar YES 9 updated_at Varchar YES 10 biz_tag Varchar YES 11 status Varchar YES
@chen131311 I am trying to reproduce this bug and i want to know how is the table test4 created? Please provide the DDL of this table
test4
Bug Description openMLDB:0.9.2 load hive data into openmldb error: requirement failed: schema mismatch
Expected Behavior
Relation Case
Steps to Reproduce
tmp.ods_admin_da
(id
bigint,biz_key
string ',biz_domain
string ,biz_type
string ,locked
string ,url
string ,method
string ,created_at
string,updated_at
string,biz_tag
string,status
string)Field Type Null Default
1 id BigInt YES 2 biz_key Varchar YES 3 biz_domain Varchar YES 4 biz_type Varchar YES 5 locked Varchar YES 6 url Varchar YES 7 method Varchar YES 8 created_at Varchar YES 9 updated_at Varchar YES 10 biz_tag Varchar YES 11 status Varchar YES