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: Use the number of rows from underlying arrays instead of logical row count from RecordBatch #972

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

viirya
Copy link
Member

@viirya viirya commented Sep 26, 2024

Which issue does this PR close?

Closes #973.

Rationale for this change

What changes are included in this PR?

How are these changes tested?

@viirya
Copy link
Member Author

viirya commented Sep 26, 2024

cc @huaxingao

@viirya viirya force-pushed the fix_record_batch_row_count branch 2 times, most recently from b111bba to 0421432 Compare September 26, 2024 19:36
@viirya viirya force-pushed the fix_record_batch_row_count branch from 0421432 to e9ec65b Compare September 26, 2024 20:27
@viirya viirya changed the title fix: Use logical row count from RecordBatch fix: Use the number of rows from underlying arrays instead of logical row count from RecordBatch Sep 26, 2024
Copy link
Contributor

@huaxingao huaxingao left a comment

Choose a reason for hiding this comment

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

LGTM

@viirya viirya merged commit 317a534 into apache:main Sep 27, 2024
75 checks passed
@viirya
Copy link
Member Author

viirya commented Sep 27, 2024

Merged. Thanks @huaxingao

@viirya viirya deleted the fix_record_batch_row_count branch September 27, 2024 07:21
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.

Java Arrow RecordBatch might have logical row count which is not same as physical row count in the arrays
2 participants