Closed FuYouJ closed 2 weeks ago
I started fixing this today
Not sure if this should be treated as a bug
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.
Search before asking
What happened
When I want to update a document in ES based on the primary key, an error occurs. The specific reason is that in the ES serializer, if a configurable primary key is detected, it adds the _id property to the document, whereas _id is not actually a property of the document。
Analyze the specific reasons for the code: Because the
_id
field is metadata, it cannot be written as document content.SeaTunnel Version
2.3.8 dev
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
No response
Java or Scala Version
No response
Screenshots
No response
Are you willing to submit PR?
Code of Conduct