mattalbr opened a new issue, #38549: URL: https://github.com/apache/beam/issues/38549
### What would you like to happen? Some very commonly used builtin types fallback to picklecoder right now, namely: frozenset datetime.datetime datetime.date It would be great to handle these specifically in FastPrimitivesCoder. I'm happy to contribute the code if the idea is OKed. Also, if PEP 814 finds its way into python 3.15, it would be great to support frozendict as well. How does Beam generally handle something like that with a new python version? ### Issue Priority Priority: 2 (default / most feature requests 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: Infrastructure - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Prism Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
