-
Notifications
You must be signed in to change notification settings - Fork 19
Upgrade to DF v51 #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to DF v51 #236
Conversation
ahmed-mez
commented
Nov 21, 2025
- Bump datafusion version to v51
- Adapt deps and code to datafusion v51.
| // TODO: The PhysicalExtensionCodec trait doesn't provide access to session state, | ||
| // so we create a new SessionContext which loses any custom UDFs, UDAFs, and other | ||
| // user configurations. This is a limitation of the current trait design. | ||
| let state = SessionStateBuilder::new() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 nice
| // TODO: Support these metrics | ||
| internal_err!("{}", UNSUPPORTED_METRICS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably worth opening an issue for supporting this ones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| tonic = { version = "0.13.1", features = ["transport"] } | ||
| tonic = { version = "0.14.2", features = ["transport"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 any chance to leave this as 0.13?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I checked and nope. The best thing we can do is leave it at 0.14.1
gabotechs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 thanks!