HyukjinKwon commented on PR #64:
URL:
https://github.com/apache/spark-connect-rust/pull/64#issuecomment-5449567359
Addressed the end-to-end gap in this PR rather than deferring it (`dec6f76`).
Added `e2e_integration::test_collect_batch_larger_than_grpc_default_cap`: it
collects `SELECT repeat('x', 5*1024*1024)` — a single ~5 MiB string cell, which
can't be split across Arrow batches, so it forces one gRPC response message
above tonic's 4 MiB default. Without the raised cap this `collect()` fails with
a decode-size error; the test asserts it succeeds and the full 5 MiB value
round-trips. It runs in the existing `e2e_integration` CI job against the live
server, so the fix is now verified end to end, not just against the tonic API
contract. Updated the *How was this patch tested?* section accordingly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]