Skip to content
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

build(deps): datafusion 41 #2917

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

alexwilcoxson-rel
Copy link

Upgrades datafusion and associated crates to version 41. 42 was just released which also has an arrow update to 53.

We're looking to adopt lance in our service where we've already upgraded to 41 for some other dependencies.

@github-actions github-actions bot added the chore label Sep 20, 2024
&context_provider,
ParserOptions {
parse_float_as_decimal: false,
enable_ident_normalization: false,
support_varchar_with_length: false,
enable_options_value_normalization: false, // TODOALEX: false or default?
Copy link
Author

Choose a reason for hiding this comment

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

Please advise on what value to use here. I figured false given the other options are disabled.

apache/datafusion#11330

// See: https://github.com/apache/datafusion/issues/11477
for planner in context_provider.state.expr_planners() {
sql_to_rel = sql_to_rel.with_user_defined_planner(planner.clone());
}
Copy link
Author

Choose a reason for hiding this comment

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

@eddyxu eddyxu requested review from westonpace and wjones127 and removed request for westonpace September 20, 2024 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant