Commit a077a27
committed
Enhance MIN/MAX integration test and clean up macros
Update the MIN/MAX integration test in basic.rs to use two MemTable
partitions, ensuring the physical plan includes both partial and final
aggregate stages. Retain checks for dictionary-typed output schema
and results. In min_max.rs, remove the no-op min_max_dictionary!
macro and inline the existing generic comparison helper for
improved clarity and efficiency.1 parent 7127c20 commit a077a27
File tree
2 files changed
+29
-19
lines changed- datafusion
- core/tests/sql/aggregates
- functions-aggregate-common/src
2 files changed
+29
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
444 | 445 | | |
445 | 446 | | |
446 | 447 | | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
| 448 | + | |
452 | 449 | | |
453 | 450 | | |
454 | 451 | | |
455 | 452 | | |
456 | 453 | | |
457 | | - | |
458 | | - | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
459 | 469 | | |
460 | 470 | | |
461 | 471 | | |
462 | 472 | | |
463 | 473 | | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
464 | 482 | | |
465 | 483 | | |
466 | 484 | | |
| |||
472 | 490 | | |
473 | 491 | | |
474 | 492 | | |
475 | | - | |
| 493 | + | |
476 | 494 | | |
477 | 495 | | |
478 | 496 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | 144 | | |
149 | 145 | | |
150 | 146 | | |
| |||
423 | 419 | | |
424 | 420 | | |
425 | 421 | | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
| 422 | + | |
431 | 423 | | |
432 | 424 | | |
433 | 425 | | |
434 | 426 | | |
435 | 427 | | |
436 | 428 | | |
437 | 429 | | |
438 | | - | |
| 430 | + | |
439 | 431 | | |
440 | 432 | | |
441 | 433 | | |
442 | 434 | | |
443 | 435 | | |
444 | 436 | | |
445 | | - | |
| 437 | + | |
446 | 438 | | |
447 | 439 | | |
448 | 440 | | |
| |||
0 commit comments