GitHub user de-sh closed a discussion: Need Help with Arrow Flight SQL
Hi there, been experimenting with using apache arrow flight for remote SQL execution, and started running into the following issue, would be really helpful if someone could point out what I am doing wrong! 😅 My code: 1. [server.rs](https://github.com/de-sh/sql-flight/blob/main/src/server.rs) 2. [client.rs](https://github.com/de-sh/sql-flight/blob/main/src/client.rs) ``` Ipc error: Status { code: InvalidArgument, message: "DecodeError { description: \"invalid wire type value: 7\", stack: [] }", metadata: MetadataMap { headers: {"content-type": "application/grpc", "date": "Mon, 14 Jul 2025 05:34:07 GMT", "content-length": "0"} }, source: None } Error: IpcError("Status { code: InvalidArgument, message: \"DecodeError { description: \\\"invalid wire type value: 7\\\", stack: [] }\", metadata: MetadataMap { headers: {\"content-type\": \"application/grpc\", \"date\": \"Mon, 14 Jul 2025 05:34:07 GMT\", \"content-length\": \"0\"} }, source: None }") ``` Thanks and regards GitHub link: https://github.com/apache/arrow-rs/discussions/7923 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
