-
Notifications
You must be signed in to change notification settings - Fork 209
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
Conversation
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) |
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.
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)
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.
I switched it to 3
Thanks avantgardnerio #612 got fixed |
Which issue does this PR close?
Closes #610.
Rationale for this change
Described in issue.
What changes are included in this PR?
DataFusion 16