Skip to content
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

Minor: Run ScalarValue size test on aarch again #9728

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Mar 21, 2024

Which issue does this PR close?

Follow on to #9725

Closes #.

Rationale for this change

The size of ScalarValue appears to have changed on Linux to be the same as aarch64. Thus we can now run the ScalarValue size test again:

See details here: https://github.com/apache/arrow-datafusion/pull/9725/files#r1534400422

The point of the test was to ensure that the size of ScalarValue didn't change with PRs, but the Rust compiler may change how types are laid out.

What changes are included in this PR?

Update comments and run the test on all platforms again

Are these changes tested?

Are there any user-facing changes?

@alamb alamb added the development-process Related to development process of DataFusion label Mar 21, 2024
@github-actions github-actions bot removed the development-process Related to development process of DataFusion label Mar 21, 2024
Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm thanks @alamb

@alamb alamb merged commit 47f4b5a into apache:main Mar 22, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants