dolphinscheduler/dolphinscheduler-task-plugin/dolphinscheduler-task-sql
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
..
src [Fix-13381][plugin] fix error while parsing hive load sql (#13378) 2023-05-22 11:19:30 +08:00
pom.xml [Improvement][Style] Fix remaining style errors and wildcard imports (#12412) 2022-10-19 11:08:04 +08:00