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] DataProxyConfigRepository get error field name #5497

Closed
2 tasks done
luchunliang opened this issue Aug 11, 2022 · 0 comments · Fixed by #5498
Closed
2 tasks done

[Bug][Manager] DataProxyConfigRepository get error field name #5497

luchunliang opened this issue Aug 11, 2022 · 0 comments · Fixed by #5498
Assignees
Labels
Milestone

Comments

@luchunliang
Copy link
Contributor

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?

  • 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.

2 participants