[
https://issues.apache.org/jira/browse/AVRO-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17842074#comment-17842074
]
ASF subversion and git services commented on AVRO-3977:
-------------------------------------------------------
Commit 6429a1dfb246a54a276ff35b9544c34b22ea961c in avro's branch
refs/heads/dependabot/maven/lang/java/org.apache.hadoop-hadoop-client-3.4.0
from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=6429a1dfb ]
AVRO-3977: Use shutil.which instead of distutils
Distutils is no longer shipped with Python as of 3.12
> Fix failing typecheck in Python 3.12
> ------------------------------------
>
> Key: AVRO-3977
> URL: https://issues.apache.org/jira/browse/AVRO-3977
> Project: Apache Avro
> Issue Type: Improvement
> Components: python
> Affects Versions: 1.12.0, 1.11.4
> Reporter: Michael A. Smith
> Assignee: Michael A. Smith
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.12.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Python 3.12 is already fully working across the runtime codebase. There's
> just one typecheck that fails in test_tether_word_count.py due to the fact
> that distutils is no longer shipped with Python as of 3.12.
> It's a trivial fix.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)