uranusjr commented on PR #72369:
URL: https://github.com/apache/airflow/pull/72369#issuecomment-5629055311

   I added a refactor to ZipImporter so `import_definitions` no longer extra 
the entire archive eagerly, but only on-demand. This should reduce the impact 
to parsing a zip, and ZipImporter now works more similarly to how zip files are 
currently processed in the dag processor (for Python files).
   
   There are also some minor code improvements that don’t affect any 
functionality (type-only imports, moving lines out of try-except that don’t 
belong, etc.)
   
   There are still quite some improvements I think we should have, but let’s 
get this in first to upblock other things.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to