You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/28 14:26:44 UTC

[GitHub] [arrow-rs] oersted commented on issue #2952: Subtle compatibility issue with serve_arrow

oersted commented on issue #2952:
URL: https://github.com/apache/arrow-rs/issues/2952#issuecomment-1295068850

   Thanks, I didn't consider that. Here you go, is it how you would expect it?
   ```
   │   ├── arrow v25.0.0
   │   │   ├── arrow-array v25.0.0
   │   │   │   ├── arrow-buffer v25.0.0
   │   │   │   ├── arrow-data v25.0.0
   │   │   │   │   ├── arrow-buffer v25.0.0 (*)
   │   │   │   │   ├── arrow-schema v25.0.0
   │   │   │   ├── arrow-schema v25.0.0
   │   │   ├── arrow-buffer v25.0.0 (*)
   │   │   ├── arrow-data v25.0.0 (*)
   │   │   ├── arrow-schema v25.0.0
   ├── serde_arrow v0.5.0
   │   ├── arrow v16.0.0
   ```
   
   Have you managed to replicate the issue? Does this work fine for you?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org