Open
Description
When Avro format data is loaded into StarRocks via Routine Load, data with empty values will be deleted.
{"paas_id":101810180018513602} | null
paas_id
is the primary key, and when the value is empty, this data should be deleted.
I tried to set the __op
field, but when the value is null, the __op
field does not take effect.