jiang

Results 4 comments of jiang

> > > Please type `/xlbranch` and confirm that you're using "release" branch > > > > > > I already used "release" branch. > > Please attach your whole...

It appears to be an issue caused by the incorrect response returned from the `/api/task/flinkJarSqlConvertForm` endpoint. ![Image](https://github.com/user-attachments/assets/df332eed-a19b-45dc-ba15-4d8daff3a368)

It appears that there is an issue with the splitting in SqlUtil.getStatements(). ![Image](https://github.com/user-attachments/assets/dc02371f-a100-4bb8-8a80-0ac63445d081)

这个问题是由于你开启了HistoryServer,它会加载Resource的配置。当Resource中的配置不正确时,HistoryServer抛oss相关的异常会把dinky也停止。 此外,oss依赖的是aws的sdk,Historyserver依赖的是 flink-s3-presto ,这两个对路径前的"/"处理是不一样的。可以看我提的这个问题#4088 可以考虑暂时关闭HistoryServer,等以后版本修复这个问题 This issue occurs because you have enabled the HistoryServer, which loads the configuration of the Resource. When the configuration in the Resource is incorrect, the...