Commit 01e3f1e
authored
apacheGH-45578: [C++] Use max not min in MakeStatisticsArrayMaxApproximate test (apache#45579)
### Rationale for this change
The test was written for min instead of max.
### What changes are included in this PR?
Use max not min for MaxApproximate test case.
### Are these changes tested?
Yes, by dedicated unit tests.
### Are there any user-facing changes?
No
* GitHub Issue: apache#45578
Authored-by: arash andishgar <arashandishgar1@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>1 parent 288a431 commit 01e3f1e
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1398 | 1398 | | |
1399 | 1399 | | |
1400 | 1400 | | |
1401 | | - | |
| 1401 | + | |
1402 | 1402 | | |
1403 | 1403 | | |
1404 | 1404 | | |
| |||
1412 | 1412 | | |
1413 | 1413 | | |
1414 | 1414 | | |
1415 | | - | |
| 1415 | + | |
1416 | 1416 | | |
1417 | 1417 | | |
1418 | 1418 | | |
1419 | 1419 | | |
1420 | 1420 | | |
1421 | | - | |
| 1421 | + | |
1422 | 1422 | | |
1423 | 1423 | | |
1424 | 1424 | | |
| |||
0 commit comments