milenkovicm opened a new issue, #2275:
URL: https://github.com/apache/datafusion-ballista/issues/2275
**Describe the bug**
```
Compiling datafusion-python v54.0.0
error[E0063]: missing field `schema` in initializer of
`datafusion::logical_expr::RecursiveQuery`
-->
/Users/marko/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datafusion-python-54.0.0/src/expr/recursive_query.rs:72:20
|
72 | query: RecursiveQuery {
| ^^^^^^^^^^^^^^ missing `schema`
```
**To Reproduce**
```bash
cargo update
cargo test
```
**Expected behavior**
**Additional context**
looks like the datafusion 54.1 release was not backward compatible release
--
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]