Repository: aurora Updated Branches: refs/heads/master 52c19cf05 -> 42bff1961
Remove unused <result> entry in TaskMapper. The property `taskConfigRowId` doesn't exist on `DbScheduledTask` so this line has no use. Testing Done: ./gadlew test Reviewed at https://reviews.apache.org/r/43178/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/42bff196 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/42bff196 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/42bff196 Branch: refs/heads/master Commit: 42bff1961b050edc5a0dfab296126cf9fd084341 Parents: 52c19cf Author: Zameer Manji <[email protected]> Authored: Thu Feb 4 10:37:07 2016 -0800 Committer: Zameer Manji <[email protected]> Committed: Thu Feb 4 10:37:07 2016 -0800 ---------------------------------------------------------------------- .../resources/org/apache/aurora/scheduler/storage/db/TaskMapper.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/42bff196/src/main/resources/org/apache/aurora/scheduler/storage/db/TaskMapper.xml ---------------------------------------------------------------------- diff --git a/src/main/resources/org/apache/aurora/scheduler/storage/db/TaskMapper.xml b/src/main/resources/org/apache/aurora/scheduler/storage/db/TaskMapper.xml index db6c642..b9615e1 100644 --- a/src/main/resources/org/apache/aurora/scheduler/storage/db/TaskMapper.xml +++ b/src/main/resources/org/apache/aurora/scheduler/storage/db/TaskMapper.xml @@ -64,7 +64,6 @@ <resultMap id="scheduledTaskMap" type="org.apache.aurora.scheduler.storage.db.views.DbScheduledTask"> <id column="row_id"/> - <result column="c_id" property="taskConfigRowId"/> <result property="status" column="status" typeHandler="org.apache.aurora.scheduler.storage.db.typehandlers.ScheduleStatusTypeHandler" />
