You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Ashutosh Mestry (JIRA)" <ji...@apache.org> on 2018/09/27 05:46:00 UTC

[jira] [Created] (ATLAS-2897) Import Process: Handle Import of Empty Zip Elegantly

Ashutosh Mestry created ATLAS-2897:
--------------------------------------

             Summary: Import Process: Handle Import of Empty Zip Elegantly
                 Key: ATLAS-2897
                 URL: https://issues.apache.org/jira/browse/ATLAS-2897
             Project: Atlas
          Issue Type: Improvement
            Reporter: Ashutosh Mestry
            Assignee: Ashutosh Mestry


*Background*

Existing implementation of _ZipSource_ always assumes that the zip that is being passed has valid data. It starts serializing the data and that is where it encounters serialization error. This case can be handled in a more elegant way.

*Approach Guidance*
 * In _ZipSource_ ctor, detect case for empty file, throw error message accordingly.
 * Handle the case where requested _ZipEntry_ is not found.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)