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

   ### What changes were proposed in this PR?
   Fixes the project access privilege lookup to query `PROJECT_USER_ACCESS` by 
`(pid, uid)` instead of mixing workflow/dataset access tables. Adds regression 
coverage for WRITE, READ, and NONE project access rows.
   
   ### Any related issues, documentation, discussions?
   Closes #5155
   
   ### How was this PR tested?
   - `git diff --check`
   - `git diff --cached --check`
   - Attempted: 
`JAVA_HOME=/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home 
PATH=/opt/homebrew/opt/openjdk@17/bin:$PATH /tmp/texera-sbt 
"WorkflowExecutionService / Test / testOnly 
org.apache.texera.web.resource.dashboard.user.project.ProjectAccessResourceSpec"`
     - Blocked before running the spec because local JOOQ generation could not 
authenticate to Postgres: `FATAL: password authentication failed for user 
"postgres"`, causing generated DAO classes to be unavailable.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   No


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