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

[Bug][Manager] Fix DataType deserialized exception #4017

Closed
2 tasks done
kipshi opened this issue Apr 29, 2022 · 0 comments · Fixed by #4018
Closed
2 tasks done

[Bug][Manager] Fix DataType deserialized exception #4017

kipshi opened this issue Apr 29, 2022 · 0 comments · Fixed by #4018
Assignees
Labels
Milestone

Comments

@kipshi
Copy link
Contributor

kipshi commented Apr 29, 2022

What happened

Cannot deserialize value of type org.apache.inlong.manager.common.enums.FieldType from String "string": not one of the values accepted for Enum class: [BINARY, BOOLEAN, TIME, DATE, BIGINT, DECIMAL, FIXED, TIMESTAMP, FLOAT, SMALLINT, INT, STRING, SHORT, BYTE, DOUBLE, TINYINT, LONG]; nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type org.apache.inlong.manager.common.enums.FieldType from String "string": not one of the values accepted for Enum class: [BINARY, BOOLEAN, TIME, DATE, BIGINT, DECIMAL, FIXED, TIMESTAMP, FLOAT, SMALLINT, INT, STRING, SHORT, BYTE, DOUBLE, TINYINT, LONG]

What you expected to happen

Fix exception above

How to reproduce

send transformRequest to Manager

Environment

No response

InLong version

master

InLong Component

InLong Manager

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@kipshi kipshi added the type/bug Something is wrong label Apr 29, 2022
@healchow healchow added this to the 1.2.0 milestone Apr 29, 2022
@healchow healchow changed the title [Bug] Fix DataType deserialized Exception [Bug][Manager] Fix DataType deserialized exception Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants