mbrobbel commented on PR #8:
URL: https://github.com/apache/arrow-experiments/pull/8#issuecomment-1986219130
> The client works with the Python server example now, but I see errors when
I try to use it with the Java and Go server examples.
>
> With the Java server, I see this error:
>
> ```
> thread 'main' panicked at client/src/main.rs:52:77:
> called `Result::unwrap()` on an `Err` value: ParseError("Unable to get
root as message: Unaligned { position: 3795177799, unaligned_type: \"i32\",
error_trace: ErrorTrace([]) }")
> ```
>
> With the Go server, I see this error:
>
> ```
> thread 'main' panicked at library/alloc/src/raw_vec.rs:571:5:
> capacity overflow
> ```
>
> cc @zeroshade
The problem is caused by the `BufReader` in the client. In the case of the
errors it buffered some bytes from the beginning of the body.
--
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]