You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Giri P <gp...@gmail.com> on 2015/05/15 20:28:33 UTC

Hive schema on read

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