Spark 3.0 Cannot write non-nullable data to iceberg
I have an avro file which has a field called timeStamp which is a mandatory field without any default value. Which means there is no chance to get this field as null. The schema defined as below
I have an avro file which has a field called timeStamp which is a mandatory field without any default value. Which means there is no chance to get this field as null. The schema defined as below