-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] [KafkaTableStream] Kafka Source #2105
Comments
+1,2.11 no problem |
yep, it's no problem in v2.1.1 |
I got, the reason is we replace fastjson by jackson, so if your schema is list not object, the convert will report exception, I will fix it. Thanks for report. |
Did you try use list schema in 2.1.1, is it work fine? |
yes, it's work fine in 2.1.1 |
Hi, Why use Jackson to replace fastjson? |
Different json frameworks have been used in the project before. For unification, we chose jackson. |
Close by #2168 |
您好,您的邮件已经收到。
|
Search before asking
What happened
source is KafkaTableStream and the schema uses the example. but the flink job error : com.fasterxml.jackson.databind.node.ArrayNode cannot be cast to com.fasterxml.jackson.databind.node.ObjectNode
SeaTunnel Version
v2.1.2
SeaTunnel Config
Running Command
Error Exception
Flink or Spark Version
Flink 1.13.6
Java or Scala Version
Java 1.8
scala 2.12
Screenshots
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: