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

Upgrade to latest ODF and Datafusion #5

Merged
merged 3 commits into from
Jan 3, 2024

Conversation

sergiimk
Copy link
Member

Based on a branch of opendatafabric to incorporate the set of breaking changes done in kamu-data/kamu-cli#407

closes #4

Copy link
Member

@s373r s373r left a comment

Choose a reason for hiding this comment

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

Added a question

@@ -1,4 +1,5 @@
#![feature(error_generic_member_access)]
#![feature(error_in_core)]
Copy link
Member

Choose a reason for hiding this comment

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

For readers: details of the feature can be found here: rust-lang/rust#103765

@@ -153,7 +153,7 @@ async fn test_query_common(opts: TestQueryCommonOpts) {
// Run test
let tempdir = tempfile::tempdir().unwrap();

let output_data_path = tempdir.path().join("output");
let new_data_path = tempdir.path().join("output");
Copy link
Member

Choose a reason for hiding this comment

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

just in case,
Q: do we change only a variable name, not value?

@sergiimk sergiimk merged commit f2c1d24 into master Jan 3, 2024
6 checks passed
@sergiimk sergiimk deleted the feature/upgrade-to-latest-odf-and-datafusion branch February 9, 2024 17:50
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.

Upgrade to latest datafusion
2 participants