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 datafusion 16 #634

Closed
wants to merge 13 commits into from
Closed

Conversation

avantgardnerio
Copy link
Contributor

Which issue does this PR close?

Closes #610.

Rationale for this change

Described in issue.

What changes are included in this PR?

DataFusion 16

assert_eq!(expected, &dot);
"#
.trim();
assert_eq!(dot.trim(), expected);
Ok(())
}

#[tokio::test]
async fn query_stage_optimized() -> Result<()> {
let graph = test_graph_optimized().await?;
let dot = ExecutionGraphDot::generate_for_query_stage(Arc::new(graph), 4)
Copy link
Member

Choose a reason for hiding this comment

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

The plan has changed a lot due to optimizations DF ... I think looking at stage 3 or 5 here rather than 4 would be more interesting though (those have joins)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I switched it to 3

@Dandandan Dandandan closed this Jan 30, 2023
@Dandandan
Copy link
Contributor

Thanks avantgardnerio #612 got fixed

@avantgardnerio avantgardnerio deleted the bg_df_16 branch January 30, 2023 15:49
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.

Update latest datafusion dependency
3 participants