Ma77Ball commented on code in PR #5912:
URL: https://github.com/apache/texera/pull/5912#discussion_r3607785068


##########
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/udf/python/PythonUDFOpDescV2.scala:
##########
@@ -36,6 +36,22 @@ class PythonUDFOpDescV2 extends LogicalOp {
     required = true,
     defaultValue =
       "# Choose from the following templates:\n" +
+        "# \n" +
+        "# UiParameter notes:\n" +

Review Comment:
   The UiParameter help block is duplicated in three descriptors (here, 
`DualInputPortsPythonUDFOpDescV2`, and `PythonUDFSourceOpDescV2`). I recommend 
adding this block to a shared variable and referencing it from all three. 



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