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

[INLONG-2638][Manager] apache_inlong_manager.sql file execution exception #2639

Closed
wants to merge 1 commit into from

Conversation

Greedyu
Copy link
Contributor

@Greedyu Greedyu commented Feb 21, 2022

https://inlong.apache.org/docs/next/modules/manager/quick_start . initialize database there is sql/apache_inlong_manager.sql. Throw an exception: ERROR 1364 (HY000) at line 316: Field 'mq_set_name' doesn't have a default value

Title Name:

[INLONG-2638][Manager] apache_inlong_manager.sql file execution exception
Fix: #2638

Motivation

Failed to initialize database

Modifications

Because the subsequently inserted instance does not assign a value to the mq_set_name field, the default value should be nullable

…initialize database there is sql/apache_inlong_manager.sql. Throw an exception: ERROR 1364 (HY000) at line 316: Field 'mq_set_name' doesn't have a default value
@Greedyu
Copy link
Contributor Author

Greedyu commented Feb 22, 2022

already fixed

@Greedyu Greedyu closed this Feb 22, 2022
@healchow
Copy link
Member

See this PR: #2656

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug][Manager] apache_inlong_manager.sql file execution exception
3 participants