Commit 65a6bc4
authored
chore: use extend instead of manual loop in multi group by (apache#19429)
## Which issue does this PR close?
N/A
## Rationale for this change
using more efficient extend
## What changes are included in this PR?
replace manual loop with `extend`
## Are these changes tested?
existing tests
## Are there any user-facing changes?
Nope1 parent 4249e4e commit 65a6bc4
File tree
1 file changed
+7
-8
lines changed- datafusion/physical-plan/src/aggregates/group_values/multi_group_by
1 file changed
+7
-8
lines changedLines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
551 | 550 | | |
552 | 551 | | |
553 | 552 | | |
| |||
0 commit comments