beam icon indicating copy to clipboard operation
beam copied to clipboard

[Task]: Remove support for the typing module

Open jrmccluskey opened this issue 2 years ago • 3 comments

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

  • [X] 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

jrmccluskey avatar Nov 10 '23 20:11 jrmccluskey

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

RahulDubey391 avatar Nov 27 '23 05:11 RahulDubey391

@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

jrmccluskey avatar Nov 27 '23 15:11 jrmccluskey

.take-issue

DKER2 avatar Oct 17 '24 15:10 DKER2