iampratap7997-dot commented on issue #17979: URL: https://github.com/apache/dolphinscheduler/issues/17979#issuecomment-3911267323
Hi, @SbloodyS @ruanwenjun While fixing the workflow_definition_code type mismatch (INT → BIGINT), I noticed that in t_ds_serial_command, the column workflow_instance_id is defined as BIGINT in MySQL while its corresponding field in SerialCommand entity was Integer. To keep the mapping consistent with the database schema, I updated it to Long. If you prefer to keep this PR minimal to the issue, I can revert the workflow_instance_id change and submit it separately. Please let me know your preference. Thanks. -- 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]
