I have a partitioned table Student
which already has one partition column dept
. I need to add new partition column gender
Will it be possible to add this new partition column in already partitioned hive table.
The table data does not have gender
column. It is a new constant column to be added in hive table.