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: [email protected]
For additional commands, e-mail: [email protected]