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] REPL write query result failed when result size exceeds 10MB #275

Open
Tracked by #281
penghuo opened this issue Mar 11, 2024 · 0 comments
Open
Tracked by #281

[BUG] REPL write query result failed when result size exceeds 10MB #275

penghuo opened this issue Mar 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@penghuo
Copy link
Collaborator

penghuo commented Mar 11, 2024

What is the bug?
REPL write query result failed when result size exceeds 10MB, no result write to query result index, no error message.

How can one reproduce the bug?

select * from table_1GB;

What is the expected behavior?

  1. better error message is result is too large.

Do you have any additional context?

Job aborted due to stage failure: Serialized task 31:0 was 1350233713 bytes, which exceeds max allowed: spark.rpc.message.maxSize (134217728 bytes). Consider increasing spark.rpc.message.maxSize or using broadcast variables for large values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants