Hello. We would like to understand how many parquet files are created per data table. To be more specific, we refer to the current snapshot of the table. For example, we noticed that while we performed initial inserts to a table, one parquet file was created per each row. However, while adding a column and performing a bulk update, one parquet files was created per two rows. Is there any pattern on this? Thank you in advance