Skip to content

[PYTHON][MINOR] Decrease default arrowMaxBytesPerBatch for arrow-optimized UDF #51277

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

Closed
wants to merge 1 commit into from

Conversation

asl3
Copy link
Contributor

@asl3 asl3 commented Jun 25, 2025

What changes were proposed in this pull request?

Decrease default arrowMaxBytesPerBatch config for arrow-optimized UDF to 64MB. The previous max config of 256MB is large and has higher risk of OOMs for large row input sizes.

Why are the changes needed?

The previous max config of 256MB is large and has higher risk of OOMs for large row input sizes.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Existing tests

Was this patch authored or co-authored using generative AI tooling?

No

@github-actions github-actions bot added the SQL label Jun 25, 2025
@asl3 asl3 changed the title [PYTHON][MINOR] Decrease default arrowMaxBytesPerBatch for arrow-optimized UDF [PYTHON][MINOR] Decrease default arrowMaxBytesPerBatch for arrow-optimized UDF Jun 25, 2025
@zhengruifeng
Copy link
Contributor

merged to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants