Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task]: Remove support for the typing module #29394

Open
1 of 16 tasks
jrmccluskey opened this issue Nov 10, 2023 · 3 comments
Open
1 of 16 tasks

[Task]: Remove support for the typing module #29394

jrmccluskey opened this issue Nov 10, 2023 · 3 comments

Comments

@jrmccluskey
Copy link
Contributor

What needs to happen?

From https://s.apache.org/beam-python-type-hinting-overview: Python Enhancement Proposal 585, first implemented in Python 3.9, deprecates the typing module in favor of subscripting built-in types (tuple, list, dict, set, and type) and collections module types. The typing module itself will eventually have the deprecated functionality removed (no sooner that Python 3.9’s end-of-life in October of 2025.)

This issue will track the work to fully remove the typing module from the Python SDK, which cannot be started until Beam no longer supports Python 3.8 (which reaches EOL in October of 2024.)

Issue Priority

Priority: 2 (default / most normal work should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@RahulDubey391
Copy link

Hi @jrmccluskey , I can have a look into the issue!

@jrmccluskey
Copy link
Contributor Author

@RahulDubey391 hey there, this is a tracking issue for something that will have to be done in October of 2024 at the earliest so there's not much work to do right now. If you're interested in contributing to the Python SDK I'd recommend starting with issues that have the "python" and "good first issue" tags - https://github.com/apache/beam/issues?q=is%3Aopen+is%3Aissue+label%3Apython+label%3A%22good+first+issue%22

@DKER2
Copy link
Contributor

DKER2 commented Oct 17, 2024

.take-issue

@DKER2 DKER2 removed their assignment Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants