davidhewitt commented on issue #6400:
URL: https://github.com/apache/arrow-rs/issues/6400#issuecomment-2352927826

   I broadly agree, though in this case the defining crate is `arrow_array` (or 
`arrow`), but it references a separate crate `arrow_schema`.
   
   ```
   error[E0433]: failed to resolve: use of undeclared crate or module 
`arrow_schema`
    --> src/main.rs:5:5
     |
   5 |     arrow::downcast_primitive_array!(array => { });
     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared 
crate or module `arrow_schema`
   ```


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