huxiaojian2024 opened a new pull request, #5245: URL: https://github.com/apache/linkis/pull/5245
临时查询中的提交的sql中包含非结束符号;时,直接使用;进行分割sql段时,会切分失败,导致sql不正确 sql样例: select id, name, array_join(array_intersect(map_keys(info),array['abs','oda'],';') as infos from ods.dim_ep22 ; 错误拼接: select id, name, array_join(array_intersect(map_keys(info),array['abs','oda'],' limit 5000; ;') as infos from ods.dim_ep22 limit 5000 ; -- 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: dev-unsubscr...@linkis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For additional commands, e-mail: dev-h...@linkis.apache.org