Commit ea47172
authored
apacheGH-45254: [C++][Acero] Fix the row offset truncation in row table merge (apache#45255)
### Rationale for this change
See apache#45254
### What changes are included in this PR?
First modify the test case to expose the suspecting bug.
Then the fix in source.
### Are these changes tested?
By existing tests.
### Are there any user-facing changes?
None.
* GitHub Issue: apache#45254
Authored-by: Rossi Sun <zanmato1984@gmail.com>
Signed-off-by: Rossi Sun <zanmato1984@gmail.com>1 parent ef00568 commit ea47172
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3370 | 3370 | | |
3371 | 3371 | | |
3372 | 3372 | | |
| 3373 | + | |
| 3374 | + | |
3373 | 3375 | | |
3374 | | - | |
| 3376 | + | |
3375 | 3377 | | |
3376 | 3378 | | |
3377 | 3379 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
| 442 | + | |
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| |||
0 commit comments