ximengyun opened a new issue #4087:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4087
[ERROR] 2020-11-20 11:27:42.270 - [taskAppId=TASK-4455-790-3911]:[242] -
execute sql error
org.apache.hive.service.cli.HiveSQLException: Error while compiling
statement: FAILED: ParseException line 51:12 cannot recognize input near
''20201117'' '+' '.' in expression specification
hive sql no ploblem,this is the sql:select `(rn)?+.+` from xxx where ds =
'${bizdate}'
dolphinscheduler has the error
使用hivesql执行没有问题,'20201117'是来自bizdate的参数,但是非常奇怪的出现在`(rn)?+.+`中,我把'${bizdate}'换成'20201117'没有问题,或者不使用`(rn)?+.+`也没问题,但是二者同时使用就会报错
----------------------------------------------------------------
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]