Revert "[yaml] : switch js2py to pythonmonkey"#37665
Revert "[yaml] : switch js2py to pythonmonkey"#37665tvalentyn merged 2 commits intoapache:masterfrom
Conversation
This reverts commit 5d6cb04.
Summary of ChangesHello @derrickaw, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request reverses a prior change, restoring Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
|
Run Prism_Python PreCommit 3.13 |
|
Run Python_Coverage PreCommit 3.10 |
|
Run Python_Examples PreCommit 3.11 |
|
Run Python_Integration PreCommit 3.13 |
|
Run Python_ML PreCommit 3.11 |
|
Re test failure: seems like we have a might have regression, possibly in boot.go. The problem is that for the Dataflow test job (2026-02-20_14_47_19-12481031046029561904) we pass --sdk_location, but the artifact (new SDK, 2.73.0.dev), is not being installed. |
|
rootcause the py3.13 wheel format apache_beam-2.73.0.dev0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl doesn't match expected format: beam/sdks/python/container/boot.go Line 422 in 9ff96df |
|
What's the progress on this PR? Python tests are largely broken for a few days |
Hi @Abacn, @tvalentyn is working on a fix for the broken tests. I think once those are fixed, then this can go in. |
|
there are several breakages, we might have to merge some PRs on red and work on stabilizing builds |
|
is this PR a pure rollback or there are changes on top of the rollback? |
|
Assigning reviewers: R: @tvalentyn for label python. Note: If you would like to opt out of this review, comment Available commands:
The PR bot will only process comments in the main thread (not review comments). |
Almost pure rollback, there was one small conflict with setup.py. |
Reverts #37560