caishunfeng opened a new issue #6337: URL: https://github.com/apache/dolphinscheduler/issues/6337
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened branch: dev When I run the pgsql task, sql can query success and get some rows, but no result display. Because sqlParameters.limit is 0, so the result will be filtered. ### What you expected to happen sql query rows can display normally ### How to reproduce create a sql task like `select * from t_ds_task_instance limit 5;` and run it. ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
