I have an external hive table which has partitions like year = 2017, year = 2018 and inside them I've partitions for each month for year = 2017 and year = 2018 as well.
My questions are:
If I drop partition year = 2017, will it drop all the month partitions for year = 2017?
what will happen in case of internal tables?