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

[bug] fix reading with to_arrow_batch_reader and limit #1042

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

kevinjqliu
Copy link
Contributor

Fixes #1040

@sungwy
Copy link
Collaborator

sungwy commented Aug 12, 2024

LGTM. Thank you for fixing this bug @kevinjqliu !

@sungwy sungwy added this to the PyIceberg 0.7.1 release milestone Aug 12, 2024
@kevinjqliu kevinjqliu marked this pull request as ready for review August 12, 2024 21:48
@kevinjqliu kevinjqliu merged commit f05b1ae into apache:main Aug 12, 2024
7 checks passed
@kevinjqliu kevinjqliu deleted the kevinjqliu/yield-bug branch August 12, 2024 21:48
sungwy pushed a commit that referenced this pull request Aug 13, 2024
* fix project_batches with limit

* add test

* lint + readability
sungwy added a commit to sungwy/iceberg-python that referenced this pull request Aug 14, 2024
Fokko pushed a commit that referenced this pull request Aug 20, 2024
* refactoring

* refactor more

* docstring

* #1042

* adopt review feedback

* thanks Kevin!

Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>

---------

Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
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.

[bug] to_arrow_batch_reader does not respect the given limit, returning more records than specified
3 participants