ADF Copy from .csv to parquet file operation -- Why change the datatype on source?

Viewed 59

I have a big .csv file to convert to parquet format.

enter image description here

Does it affect the performance to change the datatype on the .csv (source) side? Or what would be a good reason to configure the source datatype in this scenario?

0 Answers
Related