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.68k stars 4.58k forks source link

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

Open saowu opened 2 weeks ago

saowu commented 2 weeks 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 weeks 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