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

   **Describe the bug**
   
   I tried reading an IPC record that contains a ListView that contains a dict 
and got this error:
   
   ```
   Flight error: 
ExternalError(Shared(ArrowError(InvalidArgumentError("dictionary id 18 not 
found in schema"), Some(""))))
   ```
   
   **To Reproduce**
   
   Build an IPC record in a language that supports it (in this case it was Go).
   
   **Expected behavior**
   
   Rust can read it.
   
   **Additional context**
   
   I think we might want to merge this before the 57.2 release since that 
introduced ListView roundtripping support in the first place.
   
   @alamb 


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