query: drop table t1 query: drop table t2 query: create table if not exists t1(r string, c string, v string) query: create table if not exists t2(s string, c string, v string) FAILED: Error in semantic analysis: Schema of both sides of union should match: Column v is of type string on first table and type double on second table