eye-gu commented on code in PR #14717:
URL:
https://github.com/apache/dolphinscheduler/pull/14717#discussion_r1308259024
##########
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/DqRuleInputEntryMapper.xml:
##########
@@ -40,4 +40,26 @@
FROM t_ds_relation_rule_input_entry where rule_id = #{ruleId} ) b
on a.id = b.rule_input_entry_id order by b.index
</select>
+
+ <select id="getRuleInputEntryList" databaseId="pg"
resultType="org.apache.dolphinscheduler.dao.entity.DqRuleInputEntry">
Review Comment:
Removing the backquote will cause unit testing to fail.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]