Skip to content

Conversation

@ahmed-mez
Copy link
Collaborator

  • Bump datafusion version to v51
  • Adapt deps and code to datafusion v51.

@ahmed-mez ahmed-mez requested a review from gabotechs November 21, 2025 12:34
Comment on lines -54 to -57
// 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()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 nice

Comment on lines +292 to +293
// TODO: Support these metrics
internal_err!("{}", UNSUPPORTED_METRICS)
Copy link
Collaborator

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines -22 to +26
tonic = { version = "0.13.1", features = ["transport"] }
tonic = { version = "0.14.2", features = ["transport"] }
Copy link
Collaborator

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?

Copy link
Collaborator

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

Copy link
Collaborator

@gabotechs gabotechs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 thanks!

@ahmed-mez ahmed-mez merged commit fa8b1c2 into main Nov 21, 2025
4 checks passed
@ahmed-mez ahmed-mez deleted the ahmed/v51 branch November 21, 2025 14:05
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.

3 participants