Error when importing a ZIP file containing an empty file
Details
| Detail name | Value |
|---|---|
| Changelog Number | 5868 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | EXASOL 6.0.0, EXASolution 5.0.0 |
| Fix Versions | EXASOL 6.0.9 |
| Resolution Date | 2018-03-08 |
If a ZIP file contains an empty file, the following error will occur.
ETL-5303: A general error occured during decompression of a file. Please contact support or decompress the file manually before starting the import while executing ...
Instead, the IMPORT should complete normally showing the number of rows affected.
Changed behavior
ZIP files which contain empty files can now be imported. Previously, an error occurred.