tvalentyn
tvalentyn
### What would you like to happen? We added the warnings in Python SDK: https://github.com/apache/beam/issues/31607#issuecomment-2169043225 but to my knowledge, we don't have them in Java or Go, which might result...
### What would you like to happen? Currently the website only has examples for Java and Go: https://beam.apache.org/documentation/programming-guide/#metrics ### Issue Priority Priority: 2 (default / most feature requests should be...
### What needs to happen? Python 3.8 supports ends Oct 2024. Some Beam dependencies, such as pandas, no longer have Python 3.8 releases. We should prepare to sunset Python 3.8...
### What version of gRPC and what language are you using? 1.66.1 ### What operating system (Linux, Windows,...) and version? Linux, varies ### What runtime / compiler are you using...
### What needs to happen? A known issue in Pandas might affect Python 3.12 users: https://github.com/pandas-dev/pandas/issues/57500. Once a fix is released, we should upgrade. As part of the upgrade, we...
### What would you like to happen? Current compat test suites first install test environment dependencies https://github.com/apache/beam/blob/76710e8e7345a37191b5c7498ec1eb91195748a6/sdks/python/tox.ini#L406, then install Beam, then run tests. This can create incompatible environments, since pip...
### Current Behavior I am testing Memray's capabilities to identify memory leaks in python programs that use C extensions. I have a program that uses a library, which has a...