Commit 3385cf8
committed
[df] Align RDataSource cleanup routine with other sources
The call to cleanup routines was introduced in commit
0a719b4
The commit description informs it was done to avoid having setup and teardown
routines called multiple times for the same column. In single-thread processing, the concept
of one task is the processing of the entire computation graph for that run. As such, CleanupTask
is called in RunTreeReader and RunEmptySource at the end of the function. In the case of
RunDataSource, this routine is called in-between every event range processing. This commit aligns
the RunDataSource logic with the logic of the other two single-thread processing methods, i.e.
CleanupTask is now called at the end of the run.1 parent 2f8662a commit 3385cf8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
| 740 | + | |
740 | 741 | | |
741 | 742 | | |
742 | 743 | | |
743 | | - | |
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
| |||
0 commit comments