github-actions[bot] commented on issue #16573: URL: https://github.com/apache/dolphinscheduler/issues/16573#issuecomment-2326107298
### 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  Here entry.getValue() may be null ``` [INFO] 2024-09-03 16:55:33.453 +0800 - row 1 : {"id":35,"created_at":"2022-10-29 11:41:52","updated_at":"2022-11-01 10:55:38","deleted_at":null,"icon":"https://www.baidu.com//favicon.ico","name":"百度","link":"https://baidu.com/","desc":"https://baidu.com/","state":true} ``` ### What you expected to happen  SQL task query result sends null exception ### How to reproduce SQL task queries the database and sets the null value, and sends it using Feishu ``` [INFO] 2024-09-03 16:55:33.453 +0800 - row 1 : {"id":35,"created_at":"2022-10-29 11:41:52","updated_at":"2022-11-01 10:55:38","deleted_at":null,"icon":"https://www.baidu.com//favicon.ico","name":"百度","link":"https://baidu.com/","desc":"https://baidu.com/","state":true} ``` ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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]
