Ma77Ball commented on code in PR #5077: URL: https://github.com/apache/texera/pull/5077#discussion_r3301956215
########## AGENTS.md: ########## @@ -83,8 +83,16 @@ One Python venv shared across worktrees, sibling of the texera checkout: ```bash python3.12 -m venv ../venv312 && source ../venv312/bin/activate pip install -r amber/requirements.txt -r amber/operator-requirements.txt +# For pytest or sbt-driven Python codegen, also install dev deps: +pip install -r amber/dev-requirements.txt ``` +`amber/src/main/python/proto/` is gitignored and regenerated by the +`genPythonProto` sbt task in [`amber/build.sbt`](amber/build.sbt), which +runs as part of `sbt amber/compile` (or `sbt amber/genPythonProto` +directly). Requires `protoc` on PATH (pin to `3.19.4` to match +`PB.protocVersion`); skipped with a warning when `protoc` is missing. Review Comment: Resolved as N/A -- 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]
