alamb opened a new issue, #4779: URL: https://github.com/apache/arrow-rs/issues/4779
**Describe the bug** the newly introduced `Scalar` is not exported as part of `arrow` (it is only exported in `arrow_array`) https://docs.rs/arrow-array/46.0.0/arrow_array/struct.Scalar.html While I appreciate the desire to have more granular crates in arrow, forcing end users to explicitly use subcrates (and thus also patch them / keep them up to date) is inconvenient **To Reproduce** Look for scalar in Arrow https://docs.rs/arrow/latest/arrow/index.html?search=scalar **Expected behavior** Perhaps a good way to fix this would be to explicitly re-export all of `arrow_array` rather than just a subset https://github.com/apache/arrow-rs/blob/master/arrow/src/array/mod.rs 🤔 **Additional context** I found this while working through https://github.com/influxdata/influxdb_iox/pull/8577 (the upgrade to arrow 46 in IOx) and updating to use the new kernels -- 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]
