I am creating a table from the two parquet partioned tables and getting the
error duplicate column. any idea whats going wrong here.

create table sample_table AS select * from parquet_table par inner
join parquet_table_counter ptc  ON ptc.user_di=par.user_id;


FAILED: SemanticException [Error 10036]: Duplicate column name: user_id

Reply via email to