Prajapathy_NKR
Contributor

@bunny1174 

It is a common issue that small files gets created during streaming. 

Since you are using delta file format, I would suggest two solutions,

1. try using Liquid clustering. This does auto compact of small files into a bigger chuck mostly of 1 gb.

2. try to run "Optimize" command on you delta table. It also helps to resolve this issue.

Hope it helps.