This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 0db40a96ee [INLONG-9027][Manager] Fix SQL error in
ClusterSetMapper.selectInlongStreamId (#9028)
0db40a96ee is described below
commit 0db40a96ee0720431f0f2d4657ee89534f9776df
Author: fuweng11 <[email protected]>
AuthorDate: Sun Oct 8 16:50:41 2023 +0800
[INLONG-9027][Manager] Fix SQL error in
ClusterSetMapper.selectInlongStreamId (#9028)
---
.../manager-dao/src/main/resources/mappers/ClusterSetMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/inlong-manager/manager-dao/src/main/resources/mappers/ClusterSetMapper.xml
b/inlong-manager/manager-dao/src/main/resources/mappers/ClusterSetMapper.xml
index f22e23a231..81972a1c43 100644
--- a/inlong-manager/manager-dao/src/main/resources/mappers/ClusterSetMapper.xml
+++ b/inlong-manager/manager-dao/src/main/resources/mappers/ClusterSetMapper.xml
@@ -48,7 +48,7 @@
<select id="selectInlongStreamId"
resultType="org.apache.inlong.manager.pojo.dataproxy.InlongStreamId">
select inlong_group_id,
inlong_stream_id,
- dataType,
+ data_type,
mq_resource as topic,
ext_params
from inlong_stream