DingZhengCN opened a new issue #1218: [BUG] bug with hive support URL: https://github.com/apache/incubator-dolphinscheduler/issues/1218 **Describe the bug** Create a sql node, the datasource choose HIVE. it can not work right which likes `set hivevar:name='myname'; select ${name};` cause the esschedule resolving the variable `name` befor the hive sql does **To Reproduce** Steps to reproduce the behavior, for example: 1. Go to 'Process definition' 2. Click on 'create process' 3. Drag the 'sql' node into the panel 4. Choose Datasource Option 'HIVE' 5. Add Pre Statement `set hivevar:name='somevalue'` 6. Typein SQL Statement **Expected behavior** Normally, `select ${name}` show retrieve the variable which I'v set **Which version of Easy Scheduler:** -[1.1.0] **Requirement or improvement - Hive Version: 2.3.4
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
