I get the following in my log file, but don't know what is the implication:
query:
create table mydb.new as
select a.col1,b.col4,a.col3 from
sampledb.table1 a
left join sampledb.table2 b
on a.col3=b.col3
;
No Stats for sampledb@table1, Columns: col_1
No Stats for sampledb@table2, Columns: col_4
Can someone help with this or guide me where to look?
Related question with no answers:Hive No Stats for 'database'@'table', Columns