milenkovicm opened a new pull request, #2277:
URL: https://github.com/apache/datafusion-ballista/pull/2277
# Which issue does this PR close?
Closes #2275.
# Rationale for this change
after
```
cargo update
```
python CI fails with
```
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`
```
It looks like datafusion 54.1.0 is not backward compatible release in this
case, so to fix this issue new datafusion-python should be released
# What changes are included in this PR?
- pinned ballista version to `54.0.0`
- pinned datafusion version to `54.0.0`
- pinned datafusion python version to `54.0.0`
# Are there any user-facing changes?
- this is temporary fix to make CI green until we get datafusion-python
updated
--
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]