@@ -686,14 +686,15 @@ async fn test_remove_unnecessary_sort_in_sub_query() -> Result<()> {
686686 " CoalescePartitionsExec" ,
687687 " AggregateExec: mode=Partial, gby=[], aggr=[COUNT(UInt8(1))]" ,
688688 " RepartitionExec: partitioning=RoundRobinBatch(8), input_partitions=8" ,
689- " AggregateExec: mode=FinalPartitioned, gby=[c1@0 as c1], aggr=[]" ,
690- " CoalesceBatchesExec: target_batch_size=4096" ,
691- " RepartitionExec: partitioning=Hash([Column { name: \" c1\" , index: 0 }], 8), input_partitions=8" ,
692- " AggregateExec: mode=Partial, gby=[c1@0 as c1], aggr=[]" ,
693- " ProjectionExec: expr=[c1@0 as c1]" ,
694- " CoalesceBatchesExec: target_batch_size=4096" ,
695- " FilterExec: c13@1 != C2GT5KVyOPZpgKVl110TyZO0NcJ434" ,
696- " RepartitionExec: partitioning=RoundRobinBatch(8), input_partitions=1" ,
689+ " ProjectionExec: expr=[c1@0 as c1]" ,
690+ " AggregateExec: mode=FinalPartitioned, gby=[c1@0 as c1], aggr=[COUNT(UInt8(1))]" ,
691+ " CoalesceBatchesExec: target_batch_size=4096" ,
692+ " RepartitionExec: partitioning=Hash([Column { name: \" c1\" , index: 0 }], 8), input_partitions=8" ,
693+ " AggregateExec: mode=Partial, gby=[c1@0 as c1], aggr=[COUNT(UInt8(1))]" ,
694+ " ProjectionExec: expr=[c1@0 as c1]" ,
695+ " CoalesceBatchesExec: target_batch_size=4096" ,
696+ " FilterExec: c13@1 != C2GT5KVyOPZpgKVl110TyZO0NcJ434" ,
697+ " RepartitionExec: partitioning=RoundRobinBatch(8), input_partitions=1" ,
697698 ]
698699 } ;
699700
0 commit comments