Afonso de Paula Feliciano
05/26/2023, 6:30 PMDelta doesn't accept NullTypes in the schema for streaming writes.
Is there a way to write delta using null type?
I did some searches but I didn't find anything until the momentJosephK (exDatabricks)
05/26/2023, 6:34 PMAfonso de Paula Feliciano
05/26/2023, 6:37 PMStructField('column', NullType(), True)
JosephK (exDatabricks)
05/26/2023, 6:38 PMAfonso de Paula Feliciano
05/26/2023, 6:43 PMJosephK (exDatabricks)
05/26/2023, 6:44 PMAfonso de Paula Feliciano
05/26/2023, 6:44 PMCannot convert Avro field 'column' to SQL field column' because schema is incompatible (avroType = "null", sqlType = STRING)
JosephK (exDatabricks)
05/26/2023, 6:45 PM