Michael-J-Ward commented on code in PR #867:
URL: https://github.com/apache/datafusion-python/pull/867#discussion_r1752303018
##########
src/context.rs:
##########
@@ -390,6 +392,7 @@ impl PySessionContext {
Ok(PyDataFrame::new(df))
}
+ #[pyo3(signature = (partitions, name=None, schema=None))]
Review Comment:
Upstream pyo3 change: [deprecate implicit default for trailing optional
arguments](https://github.com/PyO3/pyo3/pull/4078)
--
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]