Skip to content

Commit

Permalink
Add dynamic filter before splits
Browse files Browse the repository at this point in the history
This allows for newly created drivers
to get the most recent DFs.
  • Loading branch information
sopel39 committed Jul 22, 2023
1 parent 6699eff commit 386ae3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,8 @@ public TaskInfo updateTask(
}
// taskExecution can still be null if the creation was skipped
if (taskExecution != null) {
taskExecution.addSplitAssignments(splitAssignments);
taskExecution.getTaskContext().addDynamicFilter(dynamicFilterDomains);
taskExecution.addSplitAssignments(splitAssignments);
}

// update speculative flag
Expand Down

0 comments on commit 386ae3f

Please sign in to comment.