I am trying to convert csv files to delta format. The conversion is occurring successfully But I can see the remove property in second json transaction file with details of first csv file in parquet as below: For first json transaction file there is no remove property.
{"remove":{"path":"part-00000-8780-121c6b34a252-c000.snappy.parquet","deletionTimestamp":1597827161514,"dataChange":true}}
I didn't try to delete any file or delete from delta table. Why i am seeing this remove propert while i try converting for new csv to delta files? Any suggestions please?