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

Suggested fix for #160 : Check maxUploadRows, and ensure maxUploadRows is set by default #161

Closed
wants to merge 1 commit into from

Conversation

at88mph
Copy link
Member

@at88mph at88mph commented Mar 4, 2024

Fixes #160


@Override
public List<Object> next() {
final List<Object> next = wrapped.next();
Copy link
Member

Choose a reason for hiding this comment

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

Think there has to be a check here on rowsRead as there is no guarantee the client will call hasNext().

@at88mph
Copy link
Member Author

at88mph commented Mar 5, 2024

Rethinking this...

@at88mph at88mph closed this Mar 5, 2024
@at88mph at88mph deleted the maxupload-fix branch March 18, 2024 19:24
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.

maxUploadRows in BasicUploadManager ignored
2 participants