andygrove commented on code in PR #550:
URL:
https://github.com/apache/arrow-datafusion-python/pull/550#discussion_r1437862116
##########
src/dataframe.rs:
##########
@@ -36,7 +36,7 @@ use std::sync::Arc;
/// The actual execution of a plan runs natively on Rust and Arrow on a
multi-threaded environment.
#[pyclass(name = "DataFrame", module = "datafusion", subclass)]
#[derive(Clone)]
-pub(crate) struct PyDataFrame {
+pub struct PyDataFrame {
Review Comment:
There is a reference to `private_interfaces` in the [release
notes](https://releases.rs/docs/1.74.0/) for Rust 1.74.0, which was released
last month.
--
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]