We have a column in a table with frozen<list<text>>. We are updating the value of the column in a spark job however if the list object is null in the output rdd, the spark connector sets the value to [] instead of unsettling it. We have a global configuration to unset when null.