Radeity commented on issue #12837: URL: https://github.com/apache/dolphinscheduler/issues/12837#issuecomment-1315608947
@lenian Hi, the problem is in global parameter setting, the default type is `VARCHAR`, which causes the sql variable surrounded by single quotes. You can use local parameter in task node and set `LONG` type for the parameter. If it helps, please close this issue. I'll open another issue to discuss about whether add type definition in global parameters. -- 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]
