boy-xiaozhang commented on pull request #8502: URL: https://github.com/apache/dolphinscheduler/pull/8502#issuecomment-1049429692
hi @zhongjiajie After my verification, I found that when the metastore of dolphinscheduler uses mysql, and the sql mode of mysql contains ANSI QUOTES, double quotes are not allowed,"" would be interpreted as `` Below is the official explanation <img width="989" alt="image" src="https://user-images.githubusercontent.com/60912722/155444954-6abd9d2f-9b99-4b16-96bb-a6158b337a3b.png"> Strictly speaking, this is not a bug, but it is still a relatively unfriendly behavior, because it is inevitable that students may use this SQL mode -- 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]
