Amy0104 commented on code in PR #10480:
URL: https://github.com/apache/dolphinscheduler/pull/10480#discussion_r899713683


##########
dolphinscheduler-ui/src/views/projects/task/components/node/types.ts:
##########
@@ -396,6 +398,8 @@ interface INodeData
   udfs?: string[]
   customConfig?: boolean
   mapping_columns?: object[]
+  useCustom?: boolean
+  runMode?: string

Review Comment:
   No need to define 'useCustom' and 'runMode' here if you have already defined 
them in ITaskParams as the same types.



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