Skip to content

GH-46623: [C++][Compute] Fix the failure of large memory test in arrow-compute-row-test #46635

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zanmato1984
Copy link
Contributor

@zanmato1984 zanmato1984 commented May 29, 2025

Rationale for this change

In #45336 we refined the row table buffer accessors and enforced the validation on who can call the var_length_rows() method. However a legacy test CompareColumnsToRowsOver4GBFixedLength is leveraging this accessor to assert this buffer being null.

What changes are included in this PR?

We can just check if the row table is fixed length.

Are these changes tested?

Yes.

Are there any user-facing changes?

None.

@zanmato1984
Copy link
Contributor Author

I guess the CI won't tell us anything (the large memory tests are not ran by default). Feel free to try in your local @pitrou . Thanks.

@pitrou
Copy link
Member

pitrou commented May 29, 2025

I guess the CI won't tell us anything (the large memory tests are not ran by default).

Yes. For the record, I've opened #46600 for it (and this is how I found out that this test was failing).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants