Yicong-Huang commented on code in PR #5300:
URL: https://github.com/apache/texera/pull/5300#discussion_r3331788276


##########
amber/src/main/scala/org/apache/texera/web/service/ExecutionsMetadataPersistService.scala:
##########
@@ -46,13 +47,13 @@ object ExecutionsMetadataPersistService extends LazyLogging 
{
     * This method inserts a new entry of a workflow execution in the database 
and returns the generated eId
     *
     * @param workflowId the given workflow
-    * @param uid        user id that initiated the execution
+    * @param uid        user id that initiated the execution; required (uid is 
NOT NULL)

Review Comment:
   let's simplify this comment, don't need to say `; required (uid is NOT 
NULL)` . all parameters are NOT NULLable by definition. (otherwise it will use 
Option). 



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