Ma77Ball commented on PR #5648:
URL: https://github.com/apache/texera/pull/5648#issuecomment-4696991732

   @Yicong-Huang addressed all three:
   
   1. Added before/after to the PR description: old non-owner path ran 2 
queries (the second, `fetchByUid`, pulled all of a user's grants and filtered 
in memory). New path is 1 query, a single `(cuid, uid)` lookup.
   2. Added `ComputingUnitAccessSpec`: missing unit / owner / READ / WRITE / 
no-grant.
   3. Removed the template-compliance files (leaked from the branch base).
   
   Line 46: at most one row. `cuid` is the PK of `workflow_computing_unit` and 
`(cuid, uid)` is the PK of `computing_unit_user_access`, so the join can't 
return more than one.


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