Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 4.5.0
-
None
-
ghx-label-8
Description
In Python 3.8, the platform.linux_distribution() functionality was removed (it had been deprecated for some time). Some test code in tests/common/environ.py uses this to detect Redhat. This could be switched to the "distro" package on PyPi: https://pypi.org/project/distro/
However, it looks like this is mainly about detecting whether OpenSSL/Python2 support TLSv1.2 properly. All the usages look obsolete, so this probably can simply be removed.