@@ -3380,16 +3380,15 @@ async fn planning_inplace_aggregate2(service: Box<dyn SqlClient>) {
33803380 \n LinearSingleAggregate\
33813381 \n CoalescePartitions\
33823382 \n Union\
3383+ \n CoalesceBatches\
3384+ \n Filter\
3385+ \n Scan, index: default:1:[1]:sort_on[allowed, site_id, url], fields: *, sort_order: [0, 1, 2, 3, 4]\
3386+ \n Sort, by: [allowed@0, site_id@1, url@2, day@3, hits@4], sort_order: [0, 1, 2, 3, 4]\
3387+ \n Empty\
33833388 \n CoalescePartitions\
33843389 \n CoalesceBatches\
33853390 \n Filter\
3386- \n Scan, index: default:1:[1], fields: *, sort_order: [0, 1, 2, 3, 4]\
3387- \n Sort, by: [allowed@0, site_id@1, url@2, day@3, hits@4], sort_order: [0, 1, 2, 3, 4]\
3388- \n Empty\
3389- \n CoalescePartitions\
3390- \n CoalesceBatches\
3391- \n Filter\
3392- \n Scan, index: default:2:[2], fields: *, sort_order: [0, 1, 2, 3, 4]\
3391+ \n Scan, index: default:2:[2]:sort_on[allowed, site_id, url], fields: *, sort_order: [0, 1, 2, 3, 4]\
33933392 \n Sort, by: [allowed@0, site_id@1, url@2, day@3, hits@4], sort_order: [0, 1, 2, 3, 4]\
33943393 \n Empty"
33953394 ) ;
0 commit comments