Skip to content

Commit

Permalink
[INLONG-9027][Manager] Fix SQL error in ClusterSetMapper.selectInlong…
Browse files Browse the repository at this point in the history
…StreamId (#9028)
  • Loading branch information
fuweng11 authored Oct 8, 2023
1 parent c31e73a commit 0db40a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0db40a9

Please sign in to comment.