You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2023/06/28 21:02:00 UTC

[jira] [Created] (IMPALA-12255) Crack down on code files that are marked executable unnecessarily

Joe McDonnell created IMPALA-12255:
--------------------------------------

             Summary: Crack down on code files that are marked executable unnecessarily
                 Key: IMPALA-12255
                 URL: https://issues.apache.org/jira/browse/IMPALA-12255
             Project: IMPALA
          Issue Type: Improvement
          Components: Infrastructure
    Affects Versions: Impala 4.3.0
            Reporter: Joe McDonnell


Some code files are marked executable (and/or have Python shebangs) even though there is no main function or executable content. We should crack down on this.

Some examples:
{noformat}
shell/TSSLSocketWithWildcardSAN.py - has a python shebang and is executable, but doesn't have any main function
shell/impala_client.py - same deal{noformat}
There are plenty of others. This is a basic sanity thing that should be cleaned up.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org