Skip to content

Conversation

@cloneyate
Copy link
Contributor

datafusion-federation updated to version 0.4.11 and the tree has been broken. Update dependencies:

  1. update crate "datafusion" to version 51
  2. remove the directly dependent crate "arrow" and use the re-exportd one from "datafusion"
  3. update crate "tonic" and "prost" to version 0.14
  4. move crate "tonic-async-interceptor" to dev-dependencies used by example

Additionally, sometimes I need to bind to 127.0.0.1:0 to have a allocated port and made the port visible to the outside. Add a method "serve_with_listener" to allow user to pass in a bound TcpListener.

@hozan23 hozan23 merged commit df2193e into datafusion-contrib:main Dec 19, 2025
7 checks passed
@hozan23
Copy link
Collaborator

hozan23 commented Dec 19, 2025

Thanks @cloneyate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants