mirror of
https://github.com/apache/impala.git
synced 2026-02-02 15:00:38 -05:00
setuptools 66.0.0 introduced a breaking change, it does not support non PEP440 compliant version names. This breaks impala_shell's packaging and installing test if the system python3's version is 3.8+. This is a quick fix to unblock builds. The rest of the work will be done in IMPALA-11849 (e.g. stabilizing the python environments version). impala_shell releases should not be affected by this, as the version number we generate is already PEP440 compliant. Testing: - Built locally with python3.8 Change-Id: I4eb0957fb576e590b86b6fe570216cfb72d11aef Reviewed-on: http://gerrit.cloudera.org:8080/19431 Reviewed-by: Joe McDonnell <joemcdonnell@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>