We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SQL: insert into stream_sink_field ( id, inlong_group_id, inlong_stream_id, sink_id, sink_type, field_name, field_type, field_comment, source_field_name, source_field_type, ext_params, is_meta_field, field_format, rank_num, is_deleted ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
; Duplicate entry '1' for key 'PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'PRIMARY'
save successful
Set id=1 in SinkField
No response
master
InLong Manager
The text was updated successfully, but these errors were encountered:
kipshi
Successfully merging a pull request may close this issue.
What happened
SQL: insert into stream_sink_field ( id, inlong_group_id, inlong_stream_id, sink_id, sink_type, field_name, field_type, field_comment, source_field_name, source_field_type, ext_params, is_meta_field, field_format, rank_num, is_deleted ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) , ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'PRIMARY'
; Duplicate entry '1' for key 'PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'PRIMARY'
What you expected to happen
save successful
How to reproduce
Set id=1 in SinkField
Environment
No response
InLong version
master
InLong Component
InLong Manager
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: