carloea2 commented on code in PR #4268:
URL: https://github.com/apache/texera/pull/4268#discussion_r3035949792


##########
frontend/src/app/workspace/component/menu/coeditor-user-icon/coeditor-user-icon.component.css:
##########
@@ -16,4 +16,3 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-

Review Comment:
   Ok



##########
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/udf/python/source/PythonUDFSourceOpDescV2.scala:
##########
@@ -27,18 +27,20 @@ import 
org.apache.texera.amber.core.virtualidentity.{ExecutionIdentity, Workflow
 import org.apache.texera.amber.core.workflow.{OutputPort, PhysicalOp, 
SchemaPropagationFunc}
 import org.apache.texera.amber.operator.metadata.{OperatorGroupConstants, 
OperatorInfo}
 import org.apache.texera.amber.operator.source.SourceOperatorDescriptor
+import 
org.apache.texera.amber.operator.udf.python.{PythonUdfUiParameterInjector, 
UiUDFParameter}
 
 class PythonUDFSourceOpDescV2 extends SourceOperatorDescriptor {
 
   @JsonProperty(
     required = true,
-    defaultValue = "# from pytexera import *\n" +
-      "# class GenerateOperator(UDFSourceOperator):\n" +
-      "# \n" +
-      "#     @overrides\n" +
-      "#     \n" +
-      "#     def produce(self) -> Iterator[Union[TupleLike, TableLike, 
None]]:\n" +
-      "#         yield\n"
+    defaultValue =

Review Comment:
   Ok



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