Re: adding the column to hive partition

2017-08-11 Thread Chaoyu Tang
Is not it right that the values for the new column of existing partition should be null? On Thu, Aug 10, 2017 at 9:53 PM, mallik new wrote: > Hello All, > > how to add the column to already partitioned table in hive, after i have > added the column using cascade, the new column is showing null

adding the column to hive partition

2017-08-10 Thread mallik new
Hello All, how to add the column to already partitioned table in hive, after i have added the column using cascade, the new column is showing null values, how to eliminate nulls and how this column pick the values. looking for your support. thanks, Mallik.