You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
What happened
What you expected to happen
How to reproduce
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: