apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.91k stars 4.63k forks source link

[Bug] [alert] SQL task query result sends null exception #16573

Open saowu opened 2 months ago

saowu commented 2 months ago

Search before asking

What happened

image 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

image

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?

Code of Conduct

github-actions[bot] commented 2 months ago

Search before asking

What happened

image 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

image

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?

Code of Conduct

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

saowu commented 1 month ago

I don't have time recently because my house is being renovated.