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

   I restricted `parquet = "16.0"` since `serde_arrow` requires that `arrow` 
version. It seemed to improve the situation, but I still have this issue.
   
   ```
   error[E0308]: mismatched types
     --> src/sign.rs:28:51
      |
   28 |                 from_record_batch::<Sign>(&batch, schema);
      |                 -------------------------         ^^^^^^ expected 
struct `Schema`, found struct `arrow::datatypes::schema::Schema`
      |                 |
      |                 arguments to this function are incorrect
      |
      = note: expected reference `&Schema`
                 found reference `&arrow::datatypes::schema::Schema`
   ```
   
   ```
   │   ├── arrow v16.0.0
   ├── serde_arrow v0.5.0
   │   ├── arrow v16.0.0 (*)
   ```
   
   Nevertheless, it shouldn't be necessary to do this adjustment by hand. Can 
you think of a way to enforce this?


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