+**Cause**: Your zip file was compressed by the algorithm of "deflate64", while the internal zip library of Azure Data Factory only supports "deflate". If the zip file is compressed by the Windows system and the overall file size exceeds a certain number, Windows will use "deflate64" by default, which is not supported in Azure Data Factory. On the other hand, if the file size is smaller or using some third party zip tools that supports specifying the compress algorithm, Windows will use "deflate" by default.
0 commit comments