Hi All, Since hive is schema on read when we try to write data that is different data type into a column it doesn't throw any error. When we try to read it , it actually shoe NULl if its a different data type.
Are there any options to throw error if data is of different data type when we try to insert or read Thanks Giri