xuang7 opened a new pull request, #6364:
URL: https://github.com/apache/texera/pull/6364

   ### What changes were proposed in this PR?
   
   This PR hard-disables the PVE UI behind a single constant (`PVE_ENABLED = 
false` in `app-setting.ts`) so the feature can be restored with a one-line flip:
   
   - The "Python Environment" icon on computing unit rows is hidden, which 
removes the only entry to the PVE install modal.
   - The Python UDF operator's `defaultEnv` / `envName` fields are hidden and 
`defaultEnv` is forced to `true` when the property panel opens, so every Python 
UDF runs on the default environment and the frontend no longer issues any 
`/api/pve` request.
   
   The backend (`PveResource`, `PveManager`, routing) is untouched and stays 
dormant.
   
   ### Any related issues, documentation, discussions?
   
   Related to #6131 and #5963.
   
   ### How was this PR tested?
   
   Existing auto tests passed.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (Claude Fable 5)
   


-- 
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]

Reply via email to