File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -678,15 +678,16 @@ mod tests {
678678 "# ;
679679 let annotated = sql_to_annotated ( query) . await ;
680680 assert_snapshot ! ( annotated, @r"
681- SortPreservingMergeExec: task_count=Maximum(1)
682- NetworkCoalesceExec: task_count=Maximum(1)
683- SortExec: task_count=Desired(2)
684- ProjectionExec: task_count=Desired(2)
685- AggregateExec: task_count=Desired(2)
686- NetworkShuffleExec: task_count=Desired(2)
687- RepartitionExec: task_count=Desired(3)
688- AggregateExec: task_count=Desired(3)
689- DataSourceExec: task_count=Desired(3)
681+ ProjectionExec: task_count=Maximum(1)
682+ SortPreservingMergeExec: task_count=Maximum(1)
683+ NetworkCoalesceExec: task_count=Maximum(1)
684+ SortExec: task_count=Desired(2)
685+ ProjectionExec: task_count=Desired(2)
686+ AggregateExec: task_count=Desired(2)
687+ NetworkShuffleExec: task_count=Desired(2)
688+ RepartitionExec: task_count=Desired(3)
689+ AggregateExec: task_count=Desired(3)
690+ DataSourceExec: task_count=Desired(3)
690691 " )
691692 }
692693
You can’t perform that action at this time.
0 commit comments