timsaucer commented on code in PR #867:
URL: https://github.com/apache/datafusion-python/pull/867#discussion_r1751819332
##########
src/context.rs:
##########
@@ -390,6 +392,7 @@ impl PySessionContext {
Ok(PyDataFrame::new(df))
}
+ #[pyo3(signature = (partitions, name=None, schema=None))]
Review Comment:
I pulled your branch and I see this probably due to the deprecated warning
you get without it.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]