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

[C++] [BUG] Adjust offset when the batch size is set for reading #201

Merged
merged 2 commits into from
Sep 27, 2022

Conversation

eddyxu
Copy link
Contributor

@eddyxu eddyxu commented Sep 27, 2022

When the Scan node has a batch size smaller than the actual group size, Take needs to re-adjust the indices offset to align with the batch it reads.

Closes #192

@eddyxu eddyxu force-pushed the lei/filter_block_offset branch from 55e6981 to 6e46e8c Compare September 27, 2022 00:28
@eddyxu eddyxu self-assigned this Sep 27, 2022
@eddyxu eddyxu added bug Something isn't working c++ C++ issues labels Sep 27, 2022
@eddyxu eddyxu changed the title Adjust offset when the batch size is set for reading [C++] [BUG] Adjust offset when the batch size is set for reading Sep 27, 2022
@eddyxu eddyxu merged commit 01a44f8 into main Sep 27, 2022
@eddyxu eddyxu deleted the lei/filter_block_offset branch September 27, 2022 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working c++ C++ issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lance filtering bug
2 participants