597365581 commented on a change in pull request #3728: URL: https://github.com/apache/incubator-dolphinscheduler/pull/3728#discussion_r488347821
########## File path: dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/CommandMapper.xml ########## @@ -19,18 +19,30 @@ <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > <mapper namespace="org.apache.dolphinscheduler.dao.mapper.CommandMapper"> <select id="getOneToRun" resultType="org.apache.dolphinscheduler.dao.entity.Command"> - select command.* from t_ds_command command - join t_ds_process_definition definition on command.process_definition_id = definition.id - where definition.release_state = 1 AND definition.flag = 1 - order by command.update_time asc - limit 1 + select * from Review comment: sql has simply it ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
