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

Fix TestPostingsUtil#testIntegerOverflow failure. #13979

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

jpountz
Copy link
Contributor

@jpountz jpountz commented Nov 5, 2024

The group vint logic is mistakenly using the long->int conversion logic for the case when integers are being written rather than longs.

Closes #13978

The group vint logic is mistakenly using the long->int conversion logic for the
case when integers are being written rather than longs.

Closes apache#13978
Copy link
Contributor

@easyice easyice left a comment

Choose a reason for hiding this comment

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

Thanks @jpountz. LGTM

@jpountz jpountz merged commit 12ca477 into apache:main Nov 6, 2024
3 checks passed
@jpountz jpountz deleted the fix_test_integer_overflow_failure branch November 6, 2024 10:34
@jpountz jpountz added this to the 10.1.0 milestone Nov 6, 2024
jpountz added a commit that referenced this pull request Nov 6, 2024
The group vint logic is mistakenly using the long->int conversion logic for the
case when integers are being written rather than longs.

Closes #13978
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.

TestPostingsUtil > testIntegerOverflow
2 participants