fuweng11 commented on code in PR #6489:
URL: https://github.com/apache/inlong/pull/6489#discussion_r1018700609


##########
inlong-manager/manager-dao/src/main/resources/mappers/StreamSourceFieldEntityMapper.xml:
##########
@@ -258,6 +258,15 @@
         from stream_source_field
         where source_id = #{sourceId,jdbcType=INTEGER}
     </delete>
+    <delete id="deleteByRelatedId">

Review Comment:
   Suggest `deleteByRelatedId` -> `updateByRelatedId`.



-- 
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: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to