adsharma opened a new issue, #7049:
URL: https://github.com/apache/arrow-rs/issues/7049

   **Describe the bug**
   
   Python has this 
[cookbook](https://arrow.apache.org/cookbook/py/flight.html). C++ has one too. 
There are many blog posts on this topic.
   
   But I couldn't find one for Rust.
   
   **To Reproduce**
   
   Run the steps in the README here:
   
   https://github.com/adsharma/ashdb/tree/in_memory_kv
   
   It's a toy kv store backed by a hashmap. I get:
   
   ```
   ./target/debug/flight_sql_client --host localhost --port 50051 db-schemas %
   Error: read flight data
   
   Caused by:
       0: collect data stream
       1: Decode error: Error decoding root message: Type `i32` at position 
1818585414 is unaligned.
   ```       
   
   
   
   **Expected behavior**
   
   Successful listing of schemas. 
   


-- 
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]

Reply via email to