[jira] [Created] (FLINK-14150) Unnecessary __pycache__ directories appears in pyflink.zip

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-14150) Unnecessary __pycache__ directories appears in pyflink.zip

Shang Yuanchun (Jira)
Wei Zhong created FLINK-14150:
---------------------------------

             Summary: Unnecessary __pycache__ directories appears in pyflink.zip
                 Key: FLINK-14150
                 URL: https://issues.apache.org/jira/browse/FLINK-14150
             Project: Flink
          Issue Type: Bug
          Components: API / Python
    Affects Versions: 1.9.0, 1.10.0
            Reporter: Wei Zhong


It seems we are packaging __pycache__ directories into pyflink.zip. These directories contain bytecode cache files that are automatically generated by python3. We should remove them from the python source code folder before packaging.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)