Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks done
xiang-svg opened this issue Dec 25, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@xiang-svg
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

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?

  • Yes I am willing to submit a PR!

Code of Conduct

@xiang-svg xiang-svg added bug Something isn't working Waiting for reply Waiting for reply labels Dec 25, 2023
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

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?

  • Yes I am willing to submit a PR!

Code of Conduct

@SbloodyS SbloodyS added help wanted Extra attention is needed and removed Waiting for reply Waiting for reply labels Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants