I am getting below error message when trying to load a local file into HDFS in AVRO format.
Column is of time_stamp data type and i could observe a pattern of Jan 1st 00:00:00 for two records which are throwing error.
The column data type is BIRTH_DT TIMESTAMP(0,0,0). Please help me.
ERROR: '1982-01-01 00:00:00' for column 'BIRTH_DT' not of type TIMESTAMP, type enforced='1982-01-01 00:30:00
ERROR: '1933-01-01 00:00:00' for column 'BIRTH_DT' not of type TIMESTAMP, type enforced='1933-01-01 00:20:00