I have created table External table "test"
with partitioned column date.
due to the some errors while importing data to "test"
.It is just created directory(partition directory ) but not loaded into data,data is missing.
while selecting the data from particular partition, it is not showing any error it is giving zero records
.
but I want to to throw error if data is missing while selecting,is there any way we can handle in hive?