healchow opened a new issue #2655:
URL: https://github.com/apache/incubator-inlong/issues/2655
### 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:
```sql
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?
- [X] Yes, I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://www.apache.org/foundation/policies/conduct)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]