luchunliang opened a new issue, #5497:
URL: https://github.com/apache/inlong/issues/5497
### What happened
<select id="selectProxyCluster"
resultType="org.apache.inlong.manager.pojo.dataproxy.ProxyCluster">
select name as cluster_name, cluster_tags as cluster_tag, ext_tag,
ext_params
from inlong_cluster
where type = 'DATAPROXY'
and is_deleted = '0'
</select>
### What you expected to happen
<select id="selectProxyCluster"
resultType="org.apache.inlong.manager.pojo.dataproxy.ProxyCluster">
select name as cluster_name, cluster_tags as cluster_tag, ext_tag,
ext_params
from inlong_cluster
where type = 'DATAPROXY'
and is_deleted = '0'
</select>
### How to reproduce
<select id="selectProxyCluster"
resultType="org.apache.inlong.manager.pojo.dataproxy.ProxyCluster">
select name as cluster_name, cluster_tags as cluster_tag, ext_tag,
ext_params
from inlong_cluster
where type = 'DATAPROXY'
and is_deleted = '0'
</select>
### 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]