dolphinscheduler/dolphinscheduler-task-plugin/dolphinscheduler-task-sql/src
Alex Ting 606b56403e
[Fix-13381][plugin] fix error while parsing hive load sql (#13378)
* [fix][task plugin][task sql] fix parsing error while using variables sometimes parsing exception happened if task sql contains a variable followed by \" or \' .

for example:
input sql: load inpath '/tmp/test_table/dt=${dt}'
into table test_table partition(dt=${dt})

after replace: preparing : load inpath '/tmp/test_table/dt=?
into table test_table partition(dt=?)
2023-05-22 11:19:30 +08:00
..
main/java/org/apache/dolphinscheduler/plugin/task/sql [Fix 13941]Fix replace time variable (#13975) 2023-04-21 14:37:52 +08:00
test/java/org/apache/dolphinscheduler/plugin/task/sql [Fix-13381][plugin] fix error while parsing hive load sql (#13378) 2023-05-22 11:19:30 +08:00