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.93k stars 4.64k forks source link

[The queried data source table data parsing JsonNode format is incorrect] [dolphinscheduler-common] #15360

Open xiang-svg opened 11 months ago

xiang-svg commented 11 months ago

Search before asking

What happened

I added a postgresql data source, and when I perform a task to query the data of a table, there is a column of data of this form:{张三,17} image An error occurs when converting query data into a JsonNode object: image image

What you expected to happen

The query data format contains the {} symbol

How to reproduce

Add data containing symbol {} to the tabular data of a data source, and then perform a query task

Anything else

No response

Version

3.1.x

Are you willing to submit PR?

Code of Conduct

github-actions[bot] commented 11 months ago

Search before asking

What happened

I added a postgresql data source, and when I perform a task to query the data of a table, there is a column of data of this form:{张三,17} image An error occurs when converting query data into a JsonNode object: image image

What you expected to happen

The query data format contains the {} symbol

How to reproduce

Add data containing symbol {} to the tabular data of a data source, and then perform a query task

Anything else

No response

Version

3.1.x

Are you willing to submit PR?

Code of Conduct