Mrudhulraj commented on PR #5962:
URL: https://github.com/apache/texera/pull/5962#issuecomment-4826908161

   No, SELECT DISTINCT wouldn't work here when it is explicitly shared and 
publicly available.
   
   LEFT JOIN would produce one row per matching dataset_user_access row, then 
OR would make both branches true.
   Applying SELECT DISTINCT would not work here as the `privilege` column in 
dataset_user_access will differ (WRITE vs NULL).


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