You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/11/15 17:01:41 UTC

[GitHub] [dolphinscheduler] Radeity commented on issue #12837: [Bug] [SqlTask] sql parses global variables having single quotes

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org