arrow
arrow copied to clipboard
GH-43116: [C++][Compute] Mark KeyCompare.CompareColumnsToRowsLarge as large memory test
Rationale for this change
This test consumes more than 4GB memory and causes oom-kill when running with TSAN as reported in #43116 .
What changes are included in this PR?
Limit its running by marking it as large memory test.
Are these changes tested?
Change is test.
Are there any user-facing changes?
None.
- GitHub Issue: #43116