RE: Re: Flight 'DoPartialGet' and arrow-rs flight implementation status

2024-02-06 Thread Taeyun Kim
Thank you for raising the issue! -Original Message- From: "J V" To: ; Cc: Sent: 2024-02-06 (화) 17:12:00 (UTC+09:00) Subject: Re: Flight 'DoPartialGet' and arrow-rs flight implementation status Hey Taeyun, Now, here lies the issue: neither FlightEndpoin

Re: Flight 'DoPartialGet' and arrow-rs flight implementation status

2024-02-06 Thread J V
Hey Taeyun, Now, here lies the issue: neither FlightEndpoint nor the FlightInfo message > in the arrow.flight.protocol.rs file of arrow-rs includes an > 'app_metadata' field (It seems outdated). Consequently, I am currently > facing a roadblock. > Is there a plan to update the flight implementatio

Flight 'DoPartialGet' and arrow-rs flight implementation status

2024-02-05 Thread Taeyun Kim
Hi, I'm currently working on adding the 'DoPartialGet' functionality in my flight client and server. The flight client is written in Rust, while the flight server is written in Rust and C++. The purpose of 'DoPartialGet' is to enable a client to request a specific part of a flight endpoint wit