Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 27, 2021
1 parent 6c9ffcd commit f597c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballista/rust/core/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ fn build_exec_plan_diagram(

/// Create a DataFusion context that is compatible with Ballista
pub fn create_datafusion_context() -> ExecutionContext {
let config = ExecutionConfig::new().with_concurrency(1);
let config = ExecutionConfig::new().with_concurrency(2); // TODO: this is hack to enable partitioned joins
ExecutionContext::with_config(config)
}

Expand Down

0 comments on commit f597c0c

Please sign in to comment.