andygrove opened a new pull request, #2126: URL: https://github.com/apache/datafusion-ballista/pull/2126
# Which issue does this PR close? N/A # Rationale for this change DataFusion 54.1.0 was released, so Ballista should pick it up and stay current with the upstream patch release. # What changes are included in this PR? - Bump the workspace `datafusion*` dependency pins from `54` to `54.1.0`. - Refresh `Cargo.lock` so the `datafusion` crate family resolves to 54.1.0. - Re-sync the vendored DataFusion proto files with `dev/update_datafusion_proto.py`, which adds the new `null_aware` field to `JoinNode` in `ballista/core/proto/datafusion.proto`. The Python binding pin in `python/pyproject.toml` is left at `datafusion==54` because there is no 54.1.0 release of the `datafusion` package on PyPI. # Are there any user-facing changes? No API changes in Ballista itself. Users pick up whatever changed in DataFusion 54.1.0. -- 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]
