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 non-null limit in sql file #2655

Closed
2 tasks done
healchow opened this issue Feb 22, 2022 · 0 comments · Fixed by #2656
Closed
2 tasks done

[Bug][Manager] Fix non-null limit in sql file #2655

healchow opened this issue Feb 22, 2022 · 0 comments · Fixed by #2656
Assignees
Labels
Milestone

Comments

@healchow
Copy link
Member

What happened

Some fields can be null in apache_inlong_manager.sql.

What you expected to happen

Such as mq_set_name can be null.

How to reproduce

Just execute fllowing script:

insert into data_proxy_cluster (name, address, port, status, is_deleted, creator, create_time, modify_time)
values ("default_dataproxy", "dataproxy", 46801, 0, 0, "admin", now(), now());

you'll found the error.

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

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.

1 participant